using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.UI; public class ChangeScene : MonoBehaviour { public string sceneName; // Start is called before the first frame update void Start() { GetComponent