PredictedRigidbody: remove 'preview' warning!

This commit is contained in:
mischa 2024-01-11 14:28:40 +01:00
parent 10e7d716a7
commit 4dde5bf7d8

View File

@ -20,7 +20,6 @@ public enum CorrectionMode
Move, // rigidbody.MovePosition/Rotation
}
[Obsolete("Prediction is under development, do not use this yet.")]
[RequireComponent(typeof(Rigidbody))]
public class PredictedRigidbody : NetworkBehaviour
{