Beispiel #1
0
        protected void Start()
        {
            Sound     = GetComponent <AudioSource>();
            GazeMover = GetComponent <MoveByGaze>();

            InputManager.Instance.PushFallbackInputHandler(gameObject);
        }
Beispiel #2
0
 void Start()
 {
     GazeMover = GetComponent <MoveByGaze>();
     InputManager.Instance.
     PushFallbackInputHandler(gameObject);
     box = GameObject.Find("Box8");
     //under = GameObject.Find("Spatial Status Billboard");
 }