Ejemplo n.º 1
0
        protected override void Init()
        {
            _Camera = GetComponent<UnityEngine.Camera>();
            _Context = Global.Instance.Context;

            if (_Camera == null) {
                Debug.LogError("Could not find camera");
            }
        }
Ejemplo n.º 2
0
 public void Start()
 {
     _Context = Global.Instance.Context;
 }