2D Toolkit Forum

2D Toolkit => Support => Topic started by: longbottomup on September 02, 2014, 02:05:37 pm

Title: How to use Progress Bar?
Post by: longbottomup on September 02, 2014, 02:05:37 pm
I have a question for my game. My game have 2scenes: Menu and MainGame. The "MainGame" is where player to play. So, i have a problem: my "MainGame" take a few second to load resources, so that i want to make a "Loading" scene before call "MainGame". I use Progress Bar in 2DTK, but i always wondered: how to already loaded MainGame'Resouces while Progress Bar of "Loading" Scene active? What can i do or just stand in?
Title: Re: How to use Progress Bar?
Post by: longbottomup on September 03, 2014, 02:45:28 am
Solution: http://docs.unity3d.com/ScriptReference/Application.LoadLevelAsync.html
Thank you, closed.