How to rotate object in unity3d using Quaternion

Following tutorial will guide you how to rotate an object using Quaternion. I assume you might be aware of basics about unity. There are different ways for rotating object’s, For example :: rotation using rigidbody, rotation using Quaternion etc . Choosing the technique for rotating an object depends on the type of object, By “ … Read more