UNITY TUTORIAL | SCRIPTING | Translate and Rotate +Input.GetKey Posted on May 24, 2018 by 김효빈 Transform.Translate | Transfrom.Rotate | Unity | Public Transform.Translate | Transform.Rotate | Script | GetKey Input.GetKey Input.GetKey – using for while the user holds down the key Input.GetKeyDown -using for when the user presses the key down Input.GetKeyUp – using for when the user release the key up