我已经安装了最新版本的 Unity (2017.3.1)、Daydream SDKs(GVR SDK for Unity v1.130.0)并按照以下步骤操作:https : //developers.google.com/vr/develop/unity/get-started #configure_build_settings_and_player_settings
但是,当我按“播放”时,出现以下错误,有关原因和解决方法的想法?
Assets/GoogleVR/Editor/GvrBuildProcessor.cs(20,19):错误 CS0234:命名空间“UnityEditor”中不存在类型或命名空间名称“iOS”。您是否缺少程序集参考?
编辑:随着 GVR SDK for Unity v1.130.1 的发布,在 GitHub 上提交几个小时后问题得到修复