![alt text][1]I set up a code to use the enter key to change level.
if (Input.GetButtonDown("Submit")) {
Application.LoadLevel("main");
}
The submit input method is already in the input settings. It just gives me this error though;
ArgumentException: Input Key named: Submit is unknown
[1]: /storage/temp/67810-input.png
↧