Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 442 Bytes

File metadata and controls

8 lines (5 loc) · 442 Bytes

Unity3d-Translations-and-Rotations

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.