How to detect basic collisions with UCC?

Rizo

New member
I want to detect collision when my character collides with some other object like a wall or something like that.
 
You can subscribe to the c# OnCollision event from the CharacterLocomotion class.
 
Top