You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// if we just pressed C and ThroughTheEyes entered first person, then we should go back to normal flight camera mode to preserve the cycle of flight -> iva -> pcr -> flight
612
+
if(ThroughTheEyes.IsFirstPerson)
613
+
{
614
+
ThroughTheEyes.ExitFirstPerson();
615
+
}
607
616
608
617
stopIVA();
609
618
}
@@ -624,7 +633,7 @@ public void LateUpdate()
624
633
else
625
634
{
626
635
// if pressing the camera mode (C) button and we either failed to enter IVA mode or just left it, then try to start PCR mode
0 commit comments