- Home /
Startup time in unity
Hello all,
Is there any command which controls the display time at start of the game : When i build the game can i do anything in my code which makes it run immediately? I mean is there any command to control the splash screen type duration ?
Thanks
Answer by Legend_Bacon · Aug 10, 2018 at 07:55 AM
Hello there,
If you are talking about the Unity splash screen, there is no way to disable it with the free version of Unity.
You can take a look in the Player Settings (Ctrl + Shift + B, then bottom left), under Splash Image.
With a Pro license you can disable the splash screen , or replace it with your own.
I hope that helps!
Cheers,
~LegendBacon
Answer by tj8k · Aug 10, 2018 at 10:19 AM
As of now, you can set the duration of minimum 2 seconds to maximum of 10 seconds.
Please find more details here : https://docs.unity3d.com/Manual/class-PlayerSettingsSplashScreen.html
Answer by misher · Aug 10, 2018 at 10:28 AM
Your code can be executed only in a scene (unless you can modify unity engine). Loading time will be different on different devices. Make your first scene lightweight.
Your answer
Follow this Question
Related Questions
What project to do as I'm beginner and I want to learn all this stuff? 1 Answer
Help with opening 0 Answers
Clone of Jetpack Joyride 3 Answers
How do i change my ships bullet starting point.??? 2 Answers
Unity gets stuck on start up, any fix? 0 Answers