「Godot/VR」の版間の差分

提供:ペチラボ書庫
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
20行目: 20行目:


https://developer.android.com/studio/publish/app-signing?hl=ja#debugmode
https://developer.android.com/studio/publish/app-signing?hl=ja#debugmode
https://qiita.com/irgaly/items/d1194a4f72a835e79653


あとは色々出てくる指示に従えば多分いける
あとは色々出てくる指示に従えば多分いける

2024年12月25日 (水) 17:13時点における版

ドキュメント

https://docs.godotengine.org/ja/4.x/tutorials/xr/setting_up_xr.html

Getting Started

  • ドキュメンテーションを読みながらプロジェクトを作成・必要なXRノードを配置・初期化用スクリプトを書く
  • HMDを接続(Meta Quest Linkなどを使用)
  • GodotでプロジェクトをRun

ストアで配信する方法

  • Meta Quest Developer Hub から行う

エクスポート

https://docs.godotengine.org/ja/4.x/tutorials/export/exporting_for_android.html

Android SDK のインストールと「エディタ設定」からパスの指定が必要。

デバッグにもキーストアの設定が必要。

https://developer.android.com/studio/publish/app-signing?hl=ja#debugmode

https://qiita.com/irgaly/items/d1194a4f72a835e79653

あとは色々出てくる指示に従えば多分いける