From 15977f660a577d952d9625309be77279866a0daf Mon Sep 17 00:00:00 2001 From: mischa Date: Wed, 6 Sep 2023 19:36:23 +0200 Subject: [PATCH] 100ms syncinterval --- .../Examples/BilliardsPredicted/Ball/RedPredicted.prefab | 3 ++- .../Examples/BilliardsPredicted/Ball/WhitePredicted.prefab | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Assets/Mirror/Examples/BilliardsPredicted/Ball/RedPredicted.prefab b/Assets/Mirror/Examples/BilliardsPredicted/Ball/RedPredicted.prefab index a6b2d2b90..b07cc952b 100644 --- a/Assets/Mirror/Examples/BilliardsPredicted/Ball/RedPredicted.prefab +++ b/Assets/Mirror/Examples/BilliardsPredicted/Ball/RedPredicted.prefab @@ -163,5 +163,6 @@ MonoBehaviour: m_EditorClassIdentifier: syncDirection: 0 syncMode: 0 - syncInterval: 0.5 + syncInterval: 0.1 positionSensitivity: 0.01 + smoothCorrection: 1 diff --git a/Assets/Mirror/Examples/BilliardsPredicted/Ball/WhitePredicted.prefab b/Assets/Mirror/Examples/BilliardsPredicted/Ball/WhitePredicted.prefab index 65cb6a12e..1929e3187 100644 --- a/Assets/Mirror/Examples/BilliardsPredicted/Ball/WhitePredicted.prefab +++ b/Assets/Mirror/Examples/BilliardsPredicted/Ball/WhitePredicted.prefab @@ -298,5 +298,6 @@ MonoBehaviour: m_EditorClassIdentifier: syncDirection: 0 syncMode: 0 - syncInterval: 0.5 + syncInterval: 0.1 positionSensitivity: 0.01 + smoothCorrection: 1