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