I need a flying script for an airplane drived by arrow keys… Who can help me? I know a little scripting but i’m not able to create a flying script… I Search on google but i don’t find nothing…
Help…
This is an excellent start. But if you are just going to copy-pasta it, you’ll need to know how to set up the Input Manager : Unity - Manual: Input Manager
Dig a little deeper, and you’ll see where you can use the default Input.GetAxis(“Horizontal”) and Input.GetAxis(“Vertical”) instead of “Roll” and “Pitch”.
Or you could refine the search string : aircraft and the controller - Google Search