Risk card now properly syncs when placed at the front of the podium.

This commit is contained in:
Jamie Greunbaum 2026-05-24 19:26:14 -04:00
parent 89caac10f0
commit 748516b2a0

View File

@ -77,6 +77,7 @@ public class RiskCard : UdonSharpBehaviour
if (_IsInHeldCollider)
{
_AnchorMode = CardAnchorMode.InRiskCardHolder;
SetPickupable(false);
_SetPosition_Synced();
RequestSerialization();
@ -132,8 +133,6 @@ public class RiskCard : UdonSharpBehaviour
private void _SetPosition_Synced()
{
_ObjectSync.enabled = false;
switch (_AnchorMode)
{
case CardAnchorMode.AtSpawn: