I need help creating some coding so that it loads the next level (2 Players)
Hey all just wanted to ask if anybody out there could please help me with my game so that (there is two players) so that when player one reaches the next level checkpoint then the script runs and checks to make sure that the other player is in the other checkpoint (there is two checkpoints) and i would like it to then load the next level. Could anyone help me with this?
Have you tried anything? What is a checkpoint? Just a position in the world? You're asking a lot of things here, it's too much for a single question.
just to answer the title, new levels are loaded with the (conveniently named) LoadLevel method on the Application class. That's one of the things you should learn with tutorials, BEFORE starting your own project in Unity.
Also there is two flags (Checkpoints set up) which the players fly into to load the next level