Hi, this is my first question in this forum and I would clarify a question, ever when I run my start menu scene in Unity, the same display this message:
ArgumentException: Input Button Submit is not setup.
To change the input settings use: Edit -> Project Settings -> Input
UnityEngine.EventSystems.StandaloneInputModule.ShouldActivateModule () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/EventSystem/InputModules/StandaloneInputModule.cs:137)
UnityEngine.EventSystems.EventSystem.Update () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/EventSystem/EventSystem.cs:250)
Go to input settings use: Edit → Project Settings → Input
There is a little cog wheel in the corner which will reset the input settings.
After i pressed it the error went away.
Alright. So if you look at the error message, it tells you exactly why it’s happening, and even how to fix it.
What’s wrong here?
Input Button Submit is not setup.
How do you fix it?
To change the input settings use: Edit -> Project Settings -> Input
For more help, check out this other page, which I found by googling “Unity Input Button Not Set Up”, and it contains every thing you need to know: Input button is not setup?? - Questions & Answers - Unity Discussions. For future reference please try to search for similar questions before posting your own, and only asking a question if you couldn’t find it elsewhere.