diff --git a/Assets/Mirror/Components/PredictedRigidbody/PredictedRigidbody.cs b/Assets/Mirror/Components/PredictedRigidbody/PredictedRigidbody.cs index 28fdc0bd6..d85c37b0a 100644 --- a/Assets/Mirror/Components/PredictedRigidbody/PredictedRigidbody.cs +++ b/Assets/Mirror/Components/PredictedRigidbody/PredictedRigidbody.cs @@ -75,6 +75,7 @@ public class PredictedRigidbody : NetworkBehaviour public bool oneFrameAhead = true; [Header("Smoothing")] + [Tooltip("Enable this to use Rigidbody's MovePosition/Rotation instead of directly setting .position/.rotation. This is recommended!")] public bool smoothCorrection = true; [Header("Debugging")]