Unity Buttons not working after second play in unity editor
I have a strange problem where my buttons will work when playing my game inside the editor, but then when I play it again, the buttons stop working.
To get them to work again I need to restart the unity IDE
I've just started seeing something similar, but not always on the 2nd play. Randomly (but frequently) the UI buttons stop working until I restart the ID$$anonymous$$ The first time it happened I spent an hour pulling my hair out trying to debug the issue. Other app's I'm working on don't have this problem.
Happens to me a lot in some projects. It's very annoying. Any solutions?
Answer by Qasim337 · May 17, 2016 at 05:11 AM
This worked for me.
In the EventSystem, check the Force Module Active in Standalone Input Module. It was disabled by default in my scene.
Answer by broozkan_ · Nov 17, 2016 at 02:23 PM
i had same problem. it was saying "multiple event system in scene" and i removed all event system object and add just one. the problem solved.
Your answer
Follow this Question
Related Questions
display rotating animation while calculating operation that takes long time 0 Answers
Canvas as a Child with Screen Overlay follows parent scale 0 Answers
unity UI button is not behaving correctly in build 0 Answers
how can player move only on given path with keyboard input 0 Answers
UI broken after closed without saving on accident! 0 Answers