From d90b913d5da8a95dc3b2b7d8baf55851fed1b86a Mon Sep 17 00:00:00 2001 From: mischa Date: Tue, 14 Nov 2023 13:04:48 +0100 Subject: [PATCH] PredictedRigidbody: smoothCorrection tooltip --- .../Mirror/Components/PredictedRigidbody/PredictedRigidbody.cs | 1 + 1 file changed, 1 insertion(+) 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")]