无法将 HelloCardboard 安装到 unity 中

Cannot install HelloCardboard into unity

您好,我正在寻找开发我的第一个移动虚拟现实游戏,并且我一直在学习一些教程以在 Unity 中开始使用它。

https://developers.google.com/cardboard/develop/unity/quickstart

所有这些都解释了您需要如何通过包管理器安装特定包: https://github.com/googlevr/cardboard-xr-plugin.git

当我使用 Git URL 选项通过包管理器添加它时,我只收到错误消息

[Package Manager Window] Error adding package: https://github.com/googlevr/cardboard-xr-plugin.git. UnityEditor.EditorApplication:Internal_CallUpdateFunctions () (at /Users/bokken/buildslave/unity/build/Editor/Mono/EditorApplication.cs:327)

有什么我想念的吗?有某种设置或什么吗?所有教程实际上只是添加 URl 并且它有效,但我的似乎不会。

我正在使用最新版本的 unity,运行 如果有任何相关性,它会在 macbook pro 上使用。

谢谢

这实际上是一台全新的 macbook,所以我还没有完成所有的最后设置。 运行 git --version 在我的终端中检查已安装的内容显示这是一个只接受我尚未打开的新安装 xcode 的条款和条件的情况。 ..

有了这些,Unity 现在允许我通过包管理器安装 git url。

确保您有 Git installed on your PC which is a requirement 以便能够在包管理器中通过 git URL 安装 git 包 –