「Unity/VR/VRTK」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→VRTKインストール) |
(→SteamVRPluginインストール) |
||
(同じ利用者による、間の4版が非表示) | |||
行2: | 行2: | ||
SteamVRPlugin https://assetstore.unity.com/packages/tools/integration/steamvr-plugin-32647 | SteamVRPlugin https://assetstore.unity.com/packages/tools/integration/steamvr-plugin-32647 | ||
− | 20221015現在、v.2.7. | + | 20221015現在、v.2.7.3だった。 |
+ | |||
+ | windowsとlinuxのみで、mac版はない。 | ||
+ | |||
+ | githubでは、2.8.0b1を公開。https://github.com/ValveSoftware/steamvr_unity_plugin/releases | ||
+ | |||
+ | ==="Switching to Windows, Mac, Linux:WindowsStandaloneSupport is disabled"エラーが出る時=== | ||
+ | モジュール追加から、WindowsBuildSupportをインストールればよい。 | ||
==VRTKインストール== | ==VRTKインストール== | ||
行9: | 行16: | ||
20221015現在、v.3.3.0だった | 20221015現在、v.3.3.0だった | ||
− | ==再生時に"error CS0117: 'XRDevice' does not contain a definition for 'model'"が出る== | + | ===再生時に"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' | Assets/VRTK/Source/SDK/Base/SDK_BaseHeadset.cs(150,57): error CS0117: 'XRDevice' does not contain a definition for 'model' | ||
+ | |||
+ | unityバージョン2018だとmodelがあるので、このエラーは出なくなる。 |
2023年12月18日 (月) 21:34時点における最新版
目次
SteamVRPluginインストール
SteamVRPlugin https://assetstore.unity.com/packages/tools/integration/steamvr-plugin-32647
20221015現在、v.2.7.3だった。
windowsとlinuxのみで、mac版はない。
githubでは、2.8.0b1を公開。https://github.com/ValveSoftware/steamvr_unity_plugin/releases
"Switching to Windows, Mac, Linux:WindowsStandaloneSupport is disabled"エラーが出る時
モジュール追加から、WindowsBuildSupportをインストールればよい。
VRTKインストール
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があるので、このエラーは出なくなる。