- Home /
Hey everyone. I need some help please. Does any of you know a Bike controller/physics tutorial? ,does anyone know any tutorials on bike movement and Physics?
Bike controls to move a bike on a scene with keyboard controls turn right make front wheel rotate right and so on so on,making a unity project, just want to know the features of making front wheel turn left and forward backwards and so on.
Answer by thevaishnavchincholkar · Aug 28, 2020 at 09:28 PM
@w1616781 Did you get the solution? If so then please share, I've tried my best but can't find anything.
Answer by Llama_w_2Ls · Aug 27, 2020 at 02:25 PM
I dont know of any tutorials, but what you want to do is to apply two forces onto your bike, one on the front wheel and one on the entire bike object, when pressing either left or right. You can do this by using rb.AddForce();.
look I'm a newbie so my option won't be the best but I would opt for an animation when you turn so you can set the speeds with a simple movement and have the bike rotate with the animation the movement calculate it with the speed
XO
Your answer
Follow this Question
Related Questions
How to make camera position relative to a specific target. 1 Answer
Jumping while moving 1 Answer
Controller Stuck on Slope Walls 1 Answer
Movement script breaks colliders 1 Answer
Changing controls from keyboard to touch in the game 0 Answers