We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbae203 commit b82507fCopy full SHA for b82507f
MLAPI/MonoBehaviours/Prototyping/NetworkedAnimator.cs
@@ -117,8 +117,10 @@ private void FixedUpdate()
117
118
CheckSendRate();
119
120
+#pragma warning disable IDE0018 // Inline variable declaration, Unity's Mono version doesn't support it
121
int stateHash;
122
float normalizedTime;
123
+#pragma warning restore IDE0018 // Inline variable declaration, Unity's Mono version doesn't support it
124
if (!CheckAnimStateChanged(out stateHash, out normalizedTime))
125
{
126
return;
0 commit comments