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