Quantcast
Channel: Answers for "keybinding script"
Browsing latest articles
Browse All 4 View Live

Answer by TomPendergrass

underneath the edit menu is a submenu called project settings. In that menu is input. this is where input is controlled. You can add your own controls here! also, you can do Input.GetKey("i");

View Article



Answer by doublethink

I think you are looking for the Input class. Use like this in C# void Update() { if(Input.GetKeyDown(KeyCode.I)) { //do something here } } See...

View Article
Browsing latest articles
Browse All 4 View Live


Latest Images