I have this part of script that i got from lerpz tutorial on the main menu, and it works fine, however, when im in my game, and i quit to main menu, the animations no longer work in the main menu. Its odd, but it works when i run the scene(main menu) itself instead of quitting to get to the scene(main menu).
if (GUILayout.Button ("Quit To Main Menu")) {
Application.LoadLevel("MainMenu");
}
Thats the bit of code that takes me to the scene, but animations just dont work
Ive also notice that Sun Flare on a point/directional light will not work if you load the scene from the game, only if you load the scene itself.
Anyone know whats going on?