facebook twitter hatena line email

「Unity/VR/GoogleVR」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==インストール== https://github.com/googlevr/gvr-unity-sdk/releases =='UnityEditor.XR'なエラーが出る== 2022.3.4f1で、以下エラーが出た。2022/10/15...」)
 
('UnityEditor.XR'なエラーが出る)
行5: 行5:
 
2022.3.4f1で、以下エラーが出た。2022/10/15時点最新の"GVR SDK for Unity v1.200.1 Latest"では、対応してない?
 
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?)
+
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?)

2022年10月15日 (土) 06:03時点における版

インストール

https://github.com/googlevr/gvr-unity-sdk/releases

'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?)