I'm making a fps and i want the game to load the next level once i kill all the enemies. Im a newbie and if someone could give me a script template i would be very grateful
1 Answer
1`Application.LoadLevel` is what you need.
http://unity3d.com/support/documentation/ScriptReference/Application.LoadLevel.html
There are many answers here for that if you search.
I would suggest you start with one of the Unity tutorials to gain a basic understanding of working with Unity.
FPS tutorial: http://unity3d.com/support/resources/tutorials/fpstutorial and many others