- Added proper podiums and pedestals to round 2.

- Countries in round 3 are now randomised on load instead of on initialisation.
- View tablet now properly resets position on spawn and despawn.
This commit is contained in:
2026-04-26 15:28:50 -04:00
parent 86576b8340
commit f10f7b6fe7
73 changed files with 3945 additions and 2451 deletions
@@ -1,9 +1,6 @@
using UdonSharp;
using UnityEngine;
using VRC.SDKBase;
using VRC.Udon;
using VRC.Udon.Common.Interfaces;
[UdonBehaviourSyncMode(BehaviourSyncMode.NoVariableSync)]