「Unity/VR/GoogleVR」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→'UnityEditor.XR'なエラーが出る) |
|||
行1: | 行1: | ||
==インストール== | ==インストール== | ||
https://github.com/googlevr/gvr-unity-sdk/releases | https://github.com/googlevr/gvr-unity-sdk/releases | ||
+ | |||
+ | ==cardboardインストール== | ||
+ | #PackageManagerで、左上の+を選択し、git urlから以下を入力しインストール | ||
+ | #https://developers.google.com/cardboard/develop/unity/quickstart | ||
=='UnityEditor.XR'なエラーが出る== | =='UnityEditor.XR'なエラーが出る== |
2022年10月15日 (土) 08:09時点における版
インストール
https://github.com/googlevr/gvr-unity-sdk/releases
cardboardインストール
- PackageManagerで、左上の+を選択し、git urlから以下を入力しインストール
- https://developers.google.com/cardboard/develop/unity/quickstart
'UnityEditor.XR'なエラーが出る
2022.3.4f1で、以下エラーが出た。2022/10/15時点最新の"GVR SDK for Unity v1.200.1 Latest"では、対応してない?
Assets/GoogleVR/Scripts/Headset/Internal/HeadsetProviders/EditorHeadsetProvider.cs(62,44): error CS0234: The type or namespace name 'Daydream' does not exist in the namespace 'UnityEditor.XR' (are you missing an assembly reference?)