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