skip 1 more frame when checking for VR runtime

This commit is contained in:
2026-05-10 22:05:00 +02:00
parent 686045a7b1
commit 28e64b58e9
3 changed files with 47 additions and 3 deletions
+1
View File
@@ -17,6 +17,7 @@ public class StartupHeadsetCheck : MonoBehaviour
yield return null;
yield return null;
yield return null;
yield return null;
if (!IsOpenXRRunning())
{