Skip to content

Instantly share code, notes, and snippets.

@moon-goon
Created February 11, 2016 02:22
Show Gist options
  • Select an option

  • Save moon-goon/db111f70999861a92824 to your computer and use it in GitHub Desktop.

Select an option

Save moon-goon/db111f70999861a92824 to your computer and use it in GitHub Desktop.
using UnityEngine;
using UnityEngine.SceneManagement;
public class Button_LoadScene : MonoBehaviour {
public void LoadScene() {
SceneManager.LoadScene("unit2-2");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment