I am using 2021.2.0b10 and buliding for iOS. I can’t tell if this is a beta version bug or something to do with the new InputSystem and UI. It’s a very heavy UI application. This also was happening at least in 2.0b9 as well.
The crash occurs whenever pausing the game or accessing any iOS menu overlay (like the top pull down iOS menu). In XCode, this is what I get:
→ applicationWillResignActive()
→ applicationDidBecomeActive()
So, when I accidentally access an iOS menu, → applicationWillResignActive() and then cancel it by letting go → applicationDidBecomeActive() the UI completely stop functioning. The game is still running, and touches register but everything is off and the buttons don’t do what they are supposed to do anymore.
I’m also running Localization, which has given me plenty of problems when trying to build. Sometimes the whole UI stops working after a localization build. So, possibly related to that?
Thank you for any help or suggestion!