facebook twitter hatena line email

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

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(SteamVRPluginインストール)
(再生時に"error CS0117: 'XRDevice' does not contain a definition for 'model'"が出る)
行15: 行15:
 
詳細
 
詳細
 
  Assets/VRTK/Source/SDK/Base/SDK_BaseHeadset.cs(150,57): error CS0117: 'XRDevice' does not contain a definition for 'model'
 
  Assets/VRTK/Source/SDK/Base/SDK_BaseHeadset.cs(150,57): error CS0117: 'XRDevice' does not contain a definition for 'model'
 +
 +
unityバージョン2018だとmodelがあるので、このエラーは出なくなる。

2022年10月17日 (月) 15:50時点における版

SteamVRPluginインストール

SteamVRPlugin https://assetstore.unity.com/packages/tools/integration/steamvr-plugin-32647

20221015現在、v.2.7.3だった

"Switching to Windows, Mac, Linux:WindowsStandaloneSupport is disabled"エラーが出る時

モジュール追加から、WindowsBuildSupportをインストールればよい。

VRTKインストール

VRTK https://assetstore.unity.com/packages/tools/integration/vrtk-virtual-reality-toolkit-vr-toolkit-64131

20221015現在、v.3.3.0だった

再生時に"error CS0117: 'XRDevice' does not contain a definition for 'model'"が出る

詳細

Assets/VRTK/Source/SDK/Base/SDK_BaseHeadset.cs(150,57): error CS0117: 'XRDevice' does not contain a definition for 'model'

unityバージョン2018だとmodelがあるので、このエラーは出なくなる。