Rotating Objects and Sprites in Unity3D using CS (C#)
In the post I will be covering a few rotation concepts used in Unity3D, these apply to development in 3D or 2D and I will be using C# as the language. Lets start with something simple: Object Rotation The following snippet will change an objects rotation to a specific degree. The scripts should be attached to [...]
Get Social