+ 3
machine control unity
need help with controlling the machine with the keyboard buttons, unity 3d
4 Respostas
+ 2
You need help with keyboard button assignment or the complete controls in 3d?
if you need to just use the keyboard the basics are same.
in the update function listen for the keyevents. assign the keys in the settings(for example w for forward, a and d for sideways, s for backward, spacebar for jump).
+ 1
this video might be helpful. https://youtu.be/dwcT-Dch0bA. thats where i learnt it.
0
this is not what I need 3d
0
I just need to control a car or an object in any way it does not matter