Game Crashing on Android when loading scene

Hi There !
I have a very serious problem
I have made a game and everything works well in the editor
I have imported the project to Android
The Menu and Credits scene work well but when I click on the button to open up the scene of my character, it doesn’t load it…
Instead the button appears to be clicked and after nearly 10 seconds, the game crashes and returns me to the homescreen of my phone…
Really Serious
Tried searching everywhere on the net for help but in vain, hoping that someone could help me here, thanks…

Sounds like it’s loading too much to handle. Check the profiler and build log for unnecessarily large assets.

Yeah this was happening to me on mobile b/c I’m trying to load a huge scene with 4k textures… oops! Banged my head against a wall for a while until I came across this post, turns out all I needed to do was in the quality settings, change the texture resolution to Quater Res (1/4) and everything worked itself out.

Thanks @jessespike!

SOLUTION Hi everyone !!! I’ve searsh in google about 2 weeks and I just find the solution Iit is in File → Player sitting —> Publishing sitting ----> unsheck Split Application Binary.

Hey,

In my case the problem was in a camera in a scene.
I change ‘Target Eye’ to none (main display) and ‘clear flags’ to Skybox.

Hope it will help!