Black screen after the splash screen BUG

Hello,

I’m making a game for android and since a week while it never did it before, my application got a black screen after the splash screen. On one device it ends by launching the game after 20 seconds and an other one it stay stuck forever. The first scene is the menu and has never been modified, there’s really no reason that it’s that I think. The biggest change I made recently is to make my 300 scenes become prefab that I instantiate in a single scene. I tried to use the adb logcat but there is no message in console during the blackscreen, nothing special appear. I’m struggling with that since some days, I would really appreciate to get some clue sabout what’s going on.

Thank you (:

I hope my post is clear!

I still got no solutions, I tried android studio too but no clue about why it happens.

Firstly, making 300 scenes into a prefab (as well as instantiating) sounds something that wouldn’t be a great practice to do. First, try not instantiating those. I’m not sure what are you trying to do, but sounds like this would require different approach. I might be able to help you if you explain to me what’s the purpose of such large amount of scenes being instantiated