Unity – Move 3D object with Input Keys

In Unity, one of the first things that usually want to do is add some code so that I can move a 3D object with my keyboard keys. I found some ways after experimenting. On your object, also add the component Rigid Body. Then, create a new script, then drag it to your object so …

Great tutorial to start 3D Game Development in Unity

As I’ve been interested in game development for a while but never really acted on it I finally took the first step to look around after a good tutorial to get started with, and what engine to use and what not. What I ended up doing was checking out Unity. It is a good engine …