Esempio n. 1
0
 // Start is called on initialization, AFTER Awake.
 void Start()
 {
     // Enable the required UI elements for this interaction mode.
     controllerInput.EnableRightPointer();
     controllerInput.EnableBothUIs();
 }