using System.Collections; using System.Collections.Generic; using UnityEngine; public class SceneManager : Singleton { public Camera mainCamera { get { return MainCamera.Instance.camera; } } }