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