I’m trying to make it so that when I collide into a AI Entity the players character controller either stops or slows down.
Currently the AIEntity just gets pushed back from the character controller.
How are you supposed to properly handle this case?
Edit* I’m curious if the intended use of the RVOCharacterController is to use that instead of Unitys default?