I'm trying to simulate the motorcycle physics using Wheel Collider, but it's not working well,
Is there any tutorial with wheel colliders for bikes/motorcycles ??
I tried adding some "virtual" Training wheels to avoid extreme Left and right "bounces" ... it worked better, but not the way i want.
I tried to apply some car scripts to the motorcycle, but it doesnt seems to work well.
There can be some different approaches to making a motorcycle, though I have not done any mororcycles yet.
The easiest way would be placing the center of gravity under the ground. But this would result in unrealistic behaviour in some other ways.
Or you can place training wheels whose position changes according to the steering angle, and leading to realistic leaning behaviour.
Or you can write a script which controlls the roll angle with respect to steering angle and speed. Can be bey exactly controlling the roll angle or by adding forces.
I could not be specific enough but I hope this helps