'Unity Wont Skip Splash Screen On Build
I made game using unity and its working in the editor.
But when I build it and play it on phone, it stucks on the splash screen.
How can I fix this? What I'm doing wrong?
Thanks.
Solution 1:[1]
Probably you have 2 scenes, one for main menu and other one for the game scene.
But you forgot to add the main menu scene to build, so your unready game scene gives error about null references so its not being able to skip the splash screen.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | ForceVII |
