Currently working on a Hack n Slash prototype, and need to find the collision point between a sword and what it collides with.
Initially I had triggers, but OnTriggerEnter doesn’t provide details as to the point of collision. Changing to non-triggers however, didn’t solve this issue, as both the sword and the objects being collided with are kinematic (the collision isn’t even detected)
Is there any way around this?
Freezing positions / rotations won’t work, as the objects (and the sword) need to be moved around and follow their parent.
Cheers