See Image
i have menu button “Start” in Home Menu
when i click start.
Application.LoadLevel(“Start”);
this script in start
using UnityEngine;
using System.Collections;
public class ExampleClass : MonoBehaviour {
void Example() {
Application.LoadLevel("Start Game");
}
}
how to change that script automattically go to level “Start Game” in 5 seconds.