Hello. I build a game Space Journey, and i have a question. How to make a spaceship flying? Please, answer me!
Please refine your question it lacks to much information to give you any valuable response.
So ill just throw some stuff at you which could help:
Dude, he’s obviously a noob to this. I doubt the documentations will help.
Look on youtube, thats where I learn to do my coding, well most of it. Also I recommend using Javascript because I personally find it easier to use. You cant go to the forums and straight up ask how to do an entire code. You need to learn how to do things because when we give you the code. You will not know what to do with it
These are indeed what you want. However, depending on the physics you want in the game, rigidbody.AddRelativeForce will work better than transform.Translate, or the other way.
(Please correct my capitalization, it’s been a while since I used those :))