Skip to content

Commit

Permalink
Update VRGIN and remove debug command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eusth committed Dec 29, 2016
1 parent 52e92e1 commit f2938b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions HoneySelectVR/HoneySelectVR.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public void OnApplicationStart()
}
VRManager.Create<HoneyInterpreter>(context);
VR.Manager.SetMode<HoneySeatedMode>();

}


Expand Down Expand Up @@ -92,13 +91,13 @@ public void OnUpdate()
{
// Stub

for (int i = 0; i < 10; i++)
{
if (Input.GetKeyDown(KeyCode.Keypad0 + i))
{
SceneManager.LoadScene(i);
}
}
//for (int i = 0; i < 10; i++)
//{
// if (Input.GetKeyDown(KeyCode.Keypad0 + i))
// {
// SceneManager.LoadScene(i);
// }
//}
}
}
}

0 comments on commit f2938b8

Please sign in to comment.