0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

[Unity] Meta Quest 2でビルドすると画面が真っ暗

Posted at

はじめに

こんにちは、ユーゴです。
今回は、Unityを使ってMeta Quest 2向けにアプリをビルドした時に発生した問題を紹介します。

環境

・Unity 2022.3.4f1

関連パッケージ

パッケージ名 バージョン
OpenXR Plugin 1.8.1
XR Hands 1.2.1
XR Interaction Toolkit 2.4.0
XR Plugin Management 4.4.0

原因

XR Plugin Management 4.4.0がバグっぽい?

対策

XR Plugin Management 4.3.3に直したら、画面が真っ暗じゃなくなった

直し方は、プロジェクトフォルダから「Packages > manifest.json」を開き、

"com.unity.xr.management": "4.4.0",

の行を

"com.unity.xr.management": "4.3.3",

に直す。

まとめ

いかがだったでしょうか。
私は今回のバグで丸2日溶かしました😇
同じバグで悩んでいる方の手助けになれば幸いです。

UnityやVR系のテーマから、GASやSlackアプリの解説なども行なっております。
気に入っていただけましたら、いいね・フォロー等よろしくお願いします!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?