Implements a simple movement of a square in Unity3d and was used for the following article.
The project contains two scripts.
In one script, we split the movement and implement it by using basic trigonometry. The second script implements the same movement but uses a single Unity3d Transform function.