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