In this beginner tutorial you learn how to program a virtual robot and simulate running it in a virtual environment using Microsoft Robotics – no special robotics equipment required & all software used is downloaded for free – you just need a decent computer running Windows 7!
If you’re a beginner in unity you’re probably having trouble getting an object to collide with a plane. The trick is to disable the mesh collider and use a box collider instead.
In this lesson we create our first script where we get input from the user using Input.GetAxis which is represented by a number between -1 and 1. We then store this number in a variable and rotate the plane using transform.Rotate.
In this series of videos, I will teach you how to use Unity. I will break down Unity using a series of small exercises so you can learn from doing. In this lesson we will create some 3d Objects and move them around inside the 3D world, as well as rotating and resizing them. We …