protected override void Init() { _Camera = GetComponent<UnityEngine.Camera>(); _Context = Global.Instance.Context; if (_Camera == null) { Debug.LogError("Could not find camera"); } }
public void Start() { _Context = Global.Instance.Context; }