Hello!
Is it avaliable to check or hook app flow before starting unity player?
My case:
If I forbid access to multimedia, I meant I rejected perrmission. I always get infinity Unity Screen before the actions.
So how can I hook it to add my own checking perrmission to grant them to the game?
Thanks!
Why does your app require those permissions? Is your app set to read/write from the SD card? If you are storing your game data on the phones SD card and you are not allowing permissions the app may be crashing when you are trying to access that game data. Just my first thought, I think you need to clarify a bit more.
Got it. Just have to build google project.