"Powered by Unity splash screen does not dissapper after launching the game. What can be the reason?

When I launch my android build on the device the “Powered by Unity” splash screen does not dissapear. I can hear audio from the first scene playing in the backgroud but unity logo remains where it was. I don’t know what happened, before the game was running just fine. Any suggestions really appreciated. Thank you.

Use adb logcat. That should tell you if there are any errors or warnings coming from Unity.

Check if any of your image ,texture sprite size is exceedig 2048 * 2048 if not
then your scene must be heavy or there is error in your code , try deselecting all your script in inspector and launching .