Пример #1
0
 // Update is called once per frame
 void Update()
 {
     if (!ended)
     {
         if (OVRInput.GetUp(OVRInput.Button.Start) || Input.GetKeyDown(KeyCode.H))
         {
             deathMenu.menu();
         }
     }
 }