Rotation in Unity By Vampire | March 6, 2019 - 6:22 pm |March 7, 2019 Code snippets, Unity transform.rotation = Quaternion.LookRotation( Vector3.RotateTowards( transform.forward, target.position - transform.position, turnSpeed * Time.deltaTime, 0f ) ); Bookmark the permalink.