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