- Home /
Question by
Roxas Shadow · Dec 02, 2012 at 07:24 AM ·
c#collisioncubecylinder
Collision between Cylinder and Cube
Hi to everyone. I have a cylinder that needs to be stopped by some cubes. I have tried to give to it a Character Controller and/or a RigidBody and to associate to it a C# script that defines two methods, OnCollisionEnter and OnControllerCollisionEnter, but nothing work and when my cylinder moves on the terrain it's a mess...
Comment
Answer by Roxas Shadow · Dec 02, 2012 at 04:12 PM
The question is resolved moving the controller instead using translate/position/rotate.