unity best way to rotate an object over time code example
Example: unity rotate object over time
transform.Rotate( Vector3.up * ( rotationSpeed * Time.deltaTime));
transform.Rotate( Vector3.up * ( rotationSpeed * Time.deltaTime));