Sync seems to work

This commit is contained in:
2026-01-03 16:07:28 +01:00
parent 68016b1d78
commit a88e4bde81
4 changed files with 229 additions and 57 deletions

View File

@@ -38,6 +38,5 @@ public class TestBallManager : UdonSharpBehaviour
{
networkManager.SendEvent((NetworkEventType)0);
}
Debug.Log($"({nameof(TestBall)}) Sync button pressed, synced at progress {GetProgress()} and amountUp {amountUp}.");
}
}