We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ee086 commit 20b315bCopy full SHA for 20b315b
1 file changed
MLAPI/MonoBehaviours/Prototyping/NetworkedTransform.cs
@@ -94,6 +94,15 @@ public override void NetworkStart()
94
{
95
timeForLerp = 1f / SendsPerSecond;
96
}
97
+
98
+ lastSentRot = transform.rotation;
99
+ lastSentPos = transform.position;
100
101
+ lerpStartPos = transform.position;
102
+ lerpStartRot = transform.rotation;
103
104
+ lerpEndPos = transform.position;
105
106
107
108
private void Update()
0 commit comments