- Player podiums are claimed when teleported to.

- Fixed issue that caused screens to not reset after the final round.
- Fixed render target for videos so the aspect ratio is correct.
- Tweaked a bunch of textures and various unimportant things.
This commit is contained in:
2025-08-03 19:26:50 -04:00
parent d0be660432
commit 22a25b65d8
49 changed files with 2567 additions and 2129 deletions
@@ -1,10 +1,8 @@
using UdonSharp;
using UnityEngine;
using VRC.Core.Pool;
using VRC.SDK3.Data;
using VRC.SDKBase;
using VRC.Udon;
[UdonBehaviourSyncMode(BehaviourSyncMode.Manual)]