LoginSignup
1
1

More than 3 years have passed since last update.

SteamVR導入後に設定ポップアップがしつこく出るときの対処法メモ

Posted at

(いつも調べなおすのが大変なのでメモ書き)

何度許してもでてくるこいつがうざい!

Steam VR popup.PNG
いろんな記事で「“Accept All”を押して進んでください。」ってあって、
その通りにするんだけど、事あるごとにこいつがでてきて正直うざい。

ということで、このポップアップを消す方法のメモ書き。

①Asset⇒SteamVR⇒Editorの順に進み
 SteamVR_UnitySettingsWindow.csを開く。

②41行目の
const bool recommended_UnitySprashScreen = false;
 
falseをtrueに書き換える。
VRメモ.PNG
(参考スクリーンショット)

これでもうしつこく許可を乞われることはなくなるはず。
参考ページ(英語):https://stackoverflow.com/questions/41418481/in-unity-how-to-stop-popup-for-show-unity-splashscreen

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