using UnityEngine; using UnityEngine.SceneManagement; public class ToCh3 : MonoBehaviour { // Method to load the "Lore" scene public void LoadCh3() { SceneManager.LoadScene("Chapter3"); } }