- Added a pedestal to round 1 podiums to keep player eye heights more equal.

- Fixed an issue that seems to cause loading case files to crash.
This commit is contained in:
2025-08-30 23:42:45 -04:00
parent d9f6ba0ec5
commit 8bc733459e
16 changed files with 750 additions and 144 deletions
@@ -217,7 +217,7 @@ public class CaseManager : UdonSharpBehaviour
public string ContinueToRound2()
{
_Round3Manager.DeinitialiseGameMode();
_Round2Manager.InitialiseGameMode();
_Round2Manager.DeinitialiseGameMode();
_Round1Manager.DeinitialiseGameMode();
_HostCard.SetGameManager(_Round2Manager);
@@ -96,7 +96,6 @@ public class GameManagerBase : UdonSharpBehaviour
{
_AllowInteractionFromHostCard = true;
SetOwnershipOfObjects(_CaseManager.GetHostOwner());
EnableMicrophone(true);
}