Unity3D Tutorial Change Level after 10 secs
Easter video series !
THIS IS Java# script: GOOD 4 2D GAMES AND 3D GAMES !
--------------------------------------------------------------------------------------
DIRECT DOWNLOAD HERE
THIS IS BACKUP IN TEXT FORM TUTORIAL: Change Level after 10 secs
1. Create New java and name it : Change Level after 10 secs
2. Copy & Past this text and save java :
---------------------------------------------------------------------------------
function Start (){
yield WaitForSeconds (10);
Application.LoadLevel("level3"); // scene2 is your next scene you want to load fill with your level name</p>
}
---------------------------------------------------------------------------------
0 comments:
Post a Comment