Example #1
0
        void Awake()
        {
            input = GetComponentInChildren <PhysicalDataInput>();

            Controller.SetController(this);

            GetComponent <VRTK_InteractableObject>().InteractableObjectUngrabbed += OnUngrabbed;
            deviceBrowserObject = FindObjectOfType <DeviceBrowserObject>();
            oscEventDispatcher  = FindObjectOfType <OSCEventDispatcher>();
        }