Timestamp is now float

This commit is contained in:
2026-01-08 19:45:22 +01:00
parent 630dc5a176
commit 14fc9ea576
5 changed files with 139 additions and 161 deletions

View File

@@ -56,7 +56,7 @@ public class TestBallManager : UdonSharpBehaviour
{
if (VRCPlayerApi.GetPlayerCount() == 1)
{
networkManager.SimulateSyncToTimestamp(NetworkManager.TimeToTimestamp(networkManager.SyncedTime - 0.5f));
networkManager.SimulateSyncToTimestamp(networkManager.SyncedTime - 0.5f);
}
else if (networkManager.IsOwner)
{