|
I was wondering if there was anyway in Unity3d pro to make an animation during a loading screen? I have heard that this isnt possible in Unity3d Free but is it possible in Pro? Or If there is going to be any new updates that wil allow you to do this? Thanks in advance JayM :)
(comments are locked)
|
|
On web or mobile? On web, the initial loading screen has some limited customisation options if you have pro. Otherwise, if you game consists of >1 scenes, and you set it to stream, then you can use this in the first scene: http://unity3d.com/support/documentation/ScriptReference/Application.GetStreamProgressForLevel.html ..and write your own custom loading animations for the rest of the game.,Are you referencing Web, iOS, or Android? If you have pro, you can change the default Unity loading screen. On web, this is restricted to chancing colours, an image, and changing the loading bar. However, if you have several scenes, and allow the later levels to stream in, you can show a completely custom loading interface in the first scene, using http://unity3d.com/support/documentation/ScriptReference/Application.GetStreamProgressForLevel.html Does that make sense? :) Yes it does thank you very much, cant wait to add custom loading screens, does this also work with pc formatted games?
Apr 12 '12 at 07:54 PM
JayMHelpsU
Yes, it works on PC too. Just think of the loading screen as an additional scene in your project.
Apr 13 '12 at 04:59 PM
kevinseligmann
(comments are locked)
|

Please stop writing "solved" or "unsolved" in titles. Whether a question is solved or not is indicated by the checkmark. Click on the checkmark to accept an answer.
Ok sorry i will ensure not to do that in future, thanks for the heads up