facebook twitter hatena line email

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

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
行3: 行3:
  
 
==cardboardインストール==
 
==cardboardインストール==
#PackageManagerで、左上の+を選択し、git urlから以下を入力しインストール
+
#Unityメインメニュー/Window/PackageManagerで、左上の+を選択し、git urlから以下を入力しインストール
 
#https://developers.google.com/cardboard/develop/unity/quickstart
 
#https://developers.google.com/cardboard/develop/unity/quickstart
 +
#sampleインポート
 +
 +
==XR設定==
 +
#Unityメインメニュー/Edit/ProjectSetting
 +
#XR_Plug-in_Managementを選択
  
 
=='UnityEditor.XR'なエラーが出る==
 
=='UnityEditor.XR'なエラーが出る==

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

インストール

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

cardboardインストール

  1. Unityメインメニュー/Window/PackageManagerで、左上の+を選択し、git urlから以下を入力しインストール
  2. https://developers.google.com/cardboard/develop/unity/quickstart
  3. sampleインポート

XR設定

  1. Unityメインメニュー/Edit/ProjectSetting
  2. XR_Plug-in_Managementを選択

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