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