As a first timer to using Unity 2017, in this tutorial we will show you how to make a spinning coin.
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 …