↧
Answer by Paulius Liekis
I think you're referring to something that is not part of Unity API. It must be some community script.
View ArticleAnswer by biohazard
You can quite easily make your own autorotation script : var yourEpicGameObject : GameObject; function Update() { if(Input.GetKey("r")) // Assign key and rotation values as you want {...
View ArticleAnswer by Paulius-Liekis
I think you're referring to something that is not part of Unity API. It must be some community script.
View ArticleAnswer by biohazard
You can quite easily make your own autorotation script : var yourEpicGameObject : GameObject; function Update() { if(Input.GetKey("r")) // Assign key and rotation values as you want {...
View Article