- Pedestals reworked, and have a teleport interactible added to them.

- Added a Potato Mode button to the camera admin panel.
This commit is contained in:
2025-09-16 14:49:36 -04:00
parent f4dc5dd668
commit f2ce892d1e
6 changed files with 482 additions and 70 deletions
+6
View File
@@ -321,6 +321,12 @@ public class PlayerPodium : UdonSharpBehaviour
}
public void TeleportLocalPlayerToPedestal()
{
Networking.LocalPlayer.TeleportTo(_SpawnPoint.position, _SpawnPoint.rotation);
}
public string PlayerName
{
set