using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.UI; public class HomeCanvasController : MonoBehaviour { private Button newGameButton; private Button loadGameButton; private Button exitGameButton; private void Awake() { newGameButton = transform.Find("Panel").Find("NewGameButton").GetComponent