I’m new to all this. I’ve imported my Ship model and placed it in the scene. I created a script and added it to the model.
To move it left or right with the keyboard, how do I access its x,y,z position?
Actor.Position += new Vector3(1, 0, 0);
I’m new to all this. I’ve imported my Ship model and placed it in the scene. I created a script and added it to the model.
To move it left or right with the keyboard, how do I access its x,y,z position?
Actor.Position += new Vector3(1, 0, 0);
This guy is pretty good for tutorials:
https://youtu.be/EnODitHDP-A
But there are a few YouTube channels if you search for Flax Game Engine.
Thank you for the link. I’ll check it out now.