Why the Unity is displaying this message : "ArgumentException: Input Button Submit is not setup" in console when I run my scene
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)
Somebody know to tell me why happen it
Answer by whizzkid · Nov 03, 2016 at 10:34 PM
This happened to me when I removed everything from the project settings - input. (because I want to use a different input method)
I solved it by adding Submit, Cancel, Horizontal and Vertical to the input settings.
Thank you for you answer, was really the miss of the inputs Submit and Cancel that made this exception.
Answer by sarahannstarmer · Oct 04, 2018 at 01:58 PM
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.
Resetting the Input$$anonymous$$anager also means losing everything you've set up, so it might be best to just add the missing controls manually.
after reset Delete canvas and try again buttons it will work
Answer by KirillKuzyk · Dec 02, 2017 at 10:38 AM
If you don't use Submit, Cancel etc., you can add an empty entry into InputManager and your error will be fixed.
Answer by oStaiko · Nov 03, 2016 at 10:06 PM
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: http://answers.unity3d.com/questions/52822/input-button-is-not-setup.html. 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.
Thank you for you answer, in next time I'll see if doesn't exists another question similar to $$anonymous$$e.
Best practice is not to put links to answers as they (like this one) sometimes die. Include the gist of the referenced material.
Your answer
Follow this Question
Related Questions
Why am I still getting "IOException: The port 'COM1' does not exist"? 1 Answer
Transform Child Out of Bounds Error 0 Answers
Enoent error: diskusage.node not found when starting Unity Hub 0 Answers
* Assertion at ..\mono\mini\unwind.c:620, condition `cfa_reg != -1' not met 1 Answer
My Camara Will Not Rotate Properly. 0 Answers