1
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?

【Meta Quest】境界線設定をオフにすると録画とキャスト時に現実が映らない

1
Last updated at Posted at 2025-12-04

アドカレ

KENTOのひとりアドカレ5日目の記事です。
https://qiita.com/advent-calendar/2025/kento

環境情報

ツール/SDK バージョン
Unity 6000.0.62f1
Meta XR Core SDK 81.0.0
Open XR Plugin 1.16.0
XR Interaction Toolkit 3.0.9

事前準備は以下の通りです。

境界線設定

開発者設定を有効にしていれば、物理的空間機能の設定から境界線を無効にできます。
image.png

録画とキャスト時に現実が映らない

境界線設定を無効にすると以下GIFのように現実の映像が真っ黒になってしまいます。
2025AdventCalendar5.gif

解決策

AndroidManifest.xmlに以下を追加し、境界線を必要としないアプリとして設定します。この状態でビルドすれば、境界線設定が不要になり、録画もキャストも正常に映るようになります。

<uses-feature android:name="com.oculus.feature.BOUNDARYLESS_APP" android:required="true"/>
1
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
1
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?