I’m working on a small UI-only app and the problem I’m currently trying to fix is that most of the time, but not always, the first click on the UI after any scene transition doesn’t register. The issue seems to be more prevalent when deployed to a phone than in the editor, but it happens in both. Its almost like the UI doesnt have focus until clicked, but I havent had any luck finding a workaround. Any thoughts on how I might fix this?
Thanks!