Hi, I have Unity Pro (not trial version), and I tried adding my own splash screen by dragging the picture where it says dialog banner under splash screen in the player settings, but it did nothing (it did add the picture to the initial resolution settings menu on the standalone, but i don’t care about that), so how can i add a real splash screen without making a whole other scene for it/
anybody? i really want to do this for a youtube video
did you enable splash screen? its by default disabled in pro ![]()
how do you enable it?
I just checked: it seems that per 3.4 you no longer can specify it, the option to always show the splash in general is gone. on 3.3 there was a checkbox in the player settings
the only splash you can set is the banner for config window at start
In unity 3.4 you will just want to use a simple component with gui script. the monobehaviour in Awake would do Time.timeScale = 0; in ongui then you measure the time delta since start (start time tracked in awake too) and draw the texture until delta is through .when its through you set Time.timeScale = 1 and destroy the monobehaviour
Damn, i hope they put that back in 3.5. Seems kinda useless to take it away. But thank you ![]()
Well being able to not show the inbuilt splash is for some a reason to buy pro at all so I guess that might have had some impact on the decision ![]()
also its trivial to add one during the startup and you can even control fading or use a movie instead of image for example or even more than one cause often you want more than one in which case you have to code it all anyway …
im gonna try that transition manager from the asset store. Hopefully it will produce a good result
You confuse me… i don’t mean changing the splash screen of the computer itself