VRTrackerManager controller swap fix & IKSystem tweak.

This commit is contained in:
NotAKidoS 2023-02-18 06:25:51 -06:00
parent 4ca30fe5cd
commit 81e734ec8f
9 changed files with 95 additions and 13 deletions

View file

@ -96,6 +96,9 @@ public class DesktopVRSwitch : MonoBehaviour
//one frame after switch attempt
public void AfterVRModeSwitch(bool enterVR)
{
//close the menus
TryCatchHell.CloseCohtmlMenus();
//these two must come first
TryCatchHell.SetCheckVR(enterVR);
TryCatchHell.SetMetaPort(enterVR);