Hey all,
I am working on a game right now, I have a player that has a mesh collider connected to it but also a character controller. As he walks around i have various cubes with box colliders attached to them but he still walks through them. I am controlling the character with a joystick. Does anyone have any ideas on what’s wrong? The mesh collider is convex if that helps.
Thanks!
-bhockey93
The character controller only works with the default capsule-shaped collider. Any additional colliders on the object won’t be used by the controller.