- Home /
Skateboard controls
I don't know what to choose... Character controller or just normal mesh collider+ rigibody or wheel colliders etc..
Also if someone has a basic working script please share (:
You shouldn't need a mesh collider for a skateboard; a box collider should do the trick.
I also prefer not to use unity's built-in scripts. They often do more than you need. Especially when you're making a skateboard that needs to roll and have inertia.
I'd go box, wheels and rigidbody, but stay away from mesh colliders for non-static geometry.
Answer by HunterKrech · Apr 02, 2013 at 09:55 PM
Definatley not a character controller, if you want to stay sane at least...
Your answer
Follow this Question
Related Questions
Error on checking collision or code desync? 0 Answers
Character Controller collision speed 0 Answers
how can i make my character run up ramps like in sonic, fancy pants or even line rider? 1 Answer
i need help with my skateboard physics 0 Answers
Is there a way to enable the CharacterController collider to tilt? 1 Answer