Somewhat on topic - it would be really nice to have a more generic method to poll input from Update. Something like - “If the user presses any key give me the KeyCode associated with that key”. You can poll specific KeyCodes and you can check if the user pressed any key but you can’t do both without doing the checks in OnGUI with Event.