Quantcast
Channel: Answers for "Enable or Disable Autorotation Animation option"
Browsing latest articles
Browse All 4 View Live

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 Article


Answer 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

Browsing latest articles
Browse All 4 View Live