Hey there, I have been working on a mobile android game with some friends for about two months now, and recently we have found an odd bug specifically on mobile devices. We have about four scenes in our game, and all of them have canvases where we have our UI prefabs. When running the app on a mobile device, it seems to work for the first while, but then may stop. And when it stops responding, it does not matter if you restart the app or not, the UI will not respond from there on out. After restarting the device the app UI will work again, until running into the problem again.
Personally I noticed that the main time this happened was when a button which was nonclickable, was clicked on by the user. After that it seemed like the UI started to not work.
Before I recreated all the scenes to rectify this problem, which did work for a while, though now seems to be happening again. I am wondering if others are having this problem, or if anyone has any advice that might help.
Thank you,
-Jordan