Advertisement
diliupg

moveToNextLevel

Feb 21st, 2018
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. using UnityEngine;
  2. using System.Collections;
  3.  
  4. public class MoveToNextLevel : MonoBehaviour
  5. {
  6.     // Use this for initialization
  7.     void Start () {
  8.         Application.LoadLevel("StartMenu");
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement