在 Unity 中,如何停止 "Show Unity Splashscreen" 的弹出窗口

In Unity, How to Stop Popup for "Show Unity Splashscreen"

我现在正在学习如何使用 Unity 在 SteamVR 中混日子。每次我按下播放按钮来测试我的场景时,我都会收到这个烦人的弹出窗口。我正在学习的教程没有这个问题。我怎样才能让弹出窗口永远消失?我总是 "Accept" 它,它告诉我 "I made the right choice" 但下次它又回来了。而且...它也会随机弹出...

转到 Assets/SteamVR/Editor/SteamVR_Settings.cs 并将 recommended_ShowUnitySplashScreen 更改为 true。每次更新 SteamVR Unity 资产时都必须执行此操作,直到他们修复它以检查您使用的是哪个版本。

地点变了。我在 Assets\SteamVR\Editor\SteamVR_UnitySettingsWindow.cs.

中找到了 bool recommended_ShowUnitySplashScreen