I’m working on a new mobile game but for some reason when I click a UI button it works the first time and the next time I press the button it takes two clicks. I have never had this problem before. I have tried Force Module Active on the event system, I have tried changing the Z positioning on canvas and its children, there are no UI components blocking the buttons, I only have one canvas, I’ve tried setting Time.timescale = 1 on start, and I don’t have the same script twice anywhere in the hierarchy. I’ve exhausted my google searches for the problem and could use any advice you might have. Thanks in advance!
Even tho this post is a bit older, I came across it since I’m facing exactly the same issue. Apparently we are not the only ones having this problem and so this question is asked again and again in various forums. Unfortunately all the various solutions there didn’t help me either and so I wanted to ask you @baileyleeanderson how you solved it for yourself?