How to run collision callback only on collision enter in new havok physics

Hi, Collision callback is running continuously now, and I want it to be run only on collision enter. i’ve used setEventMask method but it’s not working!

Make sure to set the EventMask on the body AFTER the call to setCollisionCallbackEnabled, as this function creates a mask with the bits of all three states set by default

4 Likes