I’m using Vuforia ImageTarget. I have button on change the scene. When i click the button, it taking 5 to 10sec to load the next scene. Even i used AboutScreenmanager.cs script start button also. It taking time to load my second scene. Why?
GUI.skin.button = startbtnstyle;
if(GUILayout.Button("Start", startbtnstyle)){
Application.LoadLevel("25Nov1");
}