6
4

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 5 years have passed since last update.

Oculus QuestでOVRPlayerControllerが動かない時

Posted at

#OculusQuestでOVRPlayerControllerが動かない時
OculusQuestでFiled上にOVRPlayerControllerを配置し、いざBuild! 
してみても、全くプレイヤーが動かない。コントローラを動かしても反応しない!!!

色々な設定を見直したり、UnityのVersionを更新してみたり、OculusIntegrationをインストールし直したり、、、、、(毎回めちゃ時間かかる)
めっちゃくちゃ時間を浪費しても結局治らなかった。。。

同じように困った方がいた時のために書きました。

##最終的な解決方法
結局 https://framesynthesis.jp/tech/unity/oculusquest/
の方が、Questで両手のコントローラーが出るようにする方法というところで

OVRCameraRig にアタッチされている OVR Manager の Target Devices の “Gear Vr Or Go” を “Quest” に変更する
以下のメニュー操作で Asset/Plugins/Android/AndroidManifest.xml を作る
Oculus > Tools > Remove AndroidManifest.xml
Oculus > Tools > Create store-compatible AndroidManifest.xml

そして生成された AndroidManifest.xml の

<category android:name="android.intent.category.INFO"/>

のところを

<category android:name="android.intent.category.LAUNCHER"/>

と書き直す

上記の書き換えをするとすんなり上手く行きました。

ほんと、なんなんだよもう。Defaultで設定しといてくれよ。。。。。。。

6
4
2

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
6
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?