Exemplo n.º 1
0
 protected virtual void Start()
 {
     ui = GameObject.Find("UILogic").GetComponent<MainUILogic>();
     hidUtils = GameObject.Find("HIDUtils").GetComponent<HIDUtils>();
     FixExitAbnormally();
     RegisterEvents();
 }
Exemplo n.º 2
0
 void Start()
 {
     hidUtils = gameObject.GetComponent<HIDUtils>();
 }
Exemplo n.º 3
0
 void OnEnable()
 {
     Init();
     hidUtils = GameObject.Find("HIDUtils").GetComponent<HIDUtils>();
 }
Exemplo n.º 4
0
 void Start()
 {
     InitJNI();
     hidUtils = gameObject.GetComponent<HIDUtils>();
 }