facebook twitter hatena line email

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

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==WebXRとは== WebGLで動作するVR用アセット ==準備== #Unityメインメニュー/Window/PackageManager/左上の+/gitURL選択し、以下を追加 <pre> htt...」)
 
行8: 行8:
 
https://github.com/De-Panther/unity-webxr-export.git?path=/Packages/webxr-interactions
 
https://github.com/De-Panther/unity-webxr-export.git?path=/Packages/webxr-interactions
 
</pre>
 
</pre>
 +
 +
*WebXR Exportのバージョン0.15.0-preview
 +
*WebXR Interactionsのバージョン0.15.0-preview
 +
がインストールされてることを確認。

2022年10月21日 (金) 15:33時点における版

WebXRとは

WebGLで動作するVR用アセット

準備

  1. Unityメインメニュー/Window/PackageManager/左上の+/gitURL選択し、以下を追加
https://github.com/De-Panther/unity-webxr-export.git?path=/Packages/webxr
https://github.com/De-Panther/unity-webxr-export.git?path=/Packages/webxr-interactions
  • WebXR Exportのバージョン0.15.0-preview
  • WebXR Interactionsのバージョン0.15.0-preview

がインストールされてることを確認。