using UnityEngine; public class IntroSceneManager : MonoBehaviour { public void OnPlay(){ LevelLoadManager.LoadLevel("MainMenu"); } }