Unicycle

He forum members,

I’am trying to make a unicycle like verhicle. It’s a motercycle with just one wheel.
This Unicycle thingy has to be controlable by the player and I don’t have a clue where to start scripting.
Maybe someone has done something similar like this?
btw. wheel collider doesn’t work because it has just one wheel and it keeps tipping over.

Hope someone has some tips.

Try to create something like a real unicycle!
If the vehicle fall, the wheel just has to roll under the seat, so that it equilibrates itself. :slight_smile:

Hmm…look into the Unity documentation. There should be a page on “Wheel Colliders”. This is probably what you’re looking for. Then, make the rest of it a rigidbody with gravity. It isn’t going to be stable but this should achieve what you’re looking for.

Hope this helped!