Google Cardboard Unity VR-无需使用鼠标上/下鼠标键

时间:2016-09-12 12:37:11

标签: unity3d unity5 google-cardboard virtual-reality

有人可以告诉我如何在PC上进行测试时不必在统一谷歌纸板VR中按 alt - 上/下吗?我需要我的PC测试VR应用程序只是以常规FPS方式使用鼠标。鼠标左右工作正常,但向上按下alt-up / down键。

1 个答案:

答案 0 :(得分:1)

在EditorDevice.cs中找到答案:

if (Input.GetKey(KeyCode.LeftAlt) || Input.GetKey(KeyCode.RightAlt)) 

对此进行评论并且工作正常