【发布时间】:2021-05-25 14:31:32
【问题描述】:
您好,我正在寻找开发我的第一个移动 VR 游戏,我一直在学习一些教程,以便在 Unity 中开始使用它。
https://developers.google.com/cardboard/develop/unity/quickstart
所有这些都说明了您需要如何通过包管理器安装特定的包: https://github.com/googlevr/cardboard-xr-plugin.git
当我使用 Git URL 选项通过包管理器添加它时,我得到了错误
[包管理器窗口] 添加包时出错: https://github.com/googlevr/cardboard-xr-plugin.git。 UnityEditor.EditorApplication:Internal_CallUpdateFunctions () (在 /Users/bokken/buildslave/unity/build/Editor/Mono/EditorApplication.cs:327)
我有什么遗漏吗?有什么设置吗?所有的教程实际上只是添加了 URl,它可以工作,但我的似乎不会。
如果有任何相关性,我正在使用最新版本的 unity 并在 macbook pro 上运行它。
谢谢
【问题讨论】:
标签: unity3d github virtual-reality google-vr