For some reason pressing my space bar opens up a window inside my game.
I can’t figure out where on what script is causing this.
Is there some clever way of tracking it down?
Monodevelop:
Search>>Search in files: “Spacebar” or “Input.Get”
Visual Studio
Edit>>Search and Replace>>Search in files(or something)
Spacebar is also used as the default “submit” button on UI, so if you have a GUI and there’s a button focused, pressing space will click the button. You can stop that by going into Project Settings → Input and removing “Submit”, or go through your UI and turn off “Navigation: Automatic” on all the buttons.
Hey Makeshiftwings. Thanks a bunch. that solved my issue.
also thanks for the reply gorbit
1 Like