Making models move

I realize this is a extremely basic question but I’m just getting into Unity3D and I have a bunch of dumb noobish questions. So I’m just trying to understand the basics of how Unity works. I have a 3D model of a plane in my Unity project. It is in the project and in the air so I am good there but what I would like to know is how do I make the plane “fly” across the screen while in game play. So I guess my basic question is how to set a script for objects to move from place “A” to “B”. I realize this is a basic question and if anyone is willing to point me in the right direction I’d be willing to do the research myself I just don’t know how to word my Google search to get me to the tutorial I would be looking for.

Sounds like you might benefit from some of basic Unity tutorials. The “Learn” item at the top of the screen is a good place to start.

From there, you can take a look at both Tutorials and Projects

Jeff

Then that is what I shall do. Thank you.