Canvas not de-activated when played in APK (works in unity editor)
Hello fellow developers,
I'm trying to enable/disable these canvases to show a game over screen, upgrade screen, etc. on top of the game canvas.
In the unity editor, everything works as expected, but whenever I build the APK and try it on my phone, the canvases aren't de-activated anymore and are all shown on screen. This problem didn't happen before but now it always happens for some reason.
We recently signed our application and added IAP services, but to me it would be weird if that would be the cause of the problem.
Does someone know how to fix this or what can cause this? Any help is appreciated!
Your answer
Follow this Question
Related Questions
Fullscreen canvas shrinks to half size in build only? 0 Answers
Unity doesn't let me save apk when trying to build 0 Answers
Enabling a disabled Canvas containing a ScrollRect makes the content jump to the bottom 0 Answers
Getting component from derived classes 0 Answers
CommandInvokationFailure: Failed to re-package resources. 0 Answers