Hi
I am new on Unity, did try this for some days now but cannot make it work.
I have an axe, on its tip I have a box collider that has “is trigger” checked.
When a move around other objects I do get the OnTriggerEnter when that box collider touches other colliders or rigidbody. Then it is working.
My problem is when I run an animation to move the axe down as it hits other objects I do not get the OnTriggerEnter. I have checked and the box collider is moving with the axe and does hit the other object.
Is like is trigger does not work on animations.
Any help will be appreciated.
Thanks