facebook twitter hatena line email

Unity/VR/GoogleVR

提供: 初心者エンジニアの簡易メモ
2022年10月15日 (土) 08:09時点におけるAdmin (トーク | 投稿記録)による版

移動: 案内検索

インストール

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

cardboardインストール

  1. PackageManagerで、左上の+を選択し、git urlから以下を入力しインストール
  2. 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?)