OnCollisionEnter not firing
« on: January 30, 2016, 01:44:15 PM »
Hi there

I know that collision does not happen when an object is tweening, but I have read in other threads that you can call OnCollisionEnter etc from a monobehaviour attached to the tweening object.

I have tried this but I cannot get these events to fire. I'm using a couple of cubes (one with a collider, one with collider-trigger) and then moving a capsule around a path using the DOTweenPath component.

Has something changed in dotween over the last few months? Or is there some sort of special set up I need to use?

Thanks

Re: OnCollisionEnter not firing
« Reply #1 on: February 02, 2016, 12:57:57 PM »
Not sure if I understand correctly but I just did a little test.

Triggers fire when they overlap. however colliders indeed doesn't seem to work.