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