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 978e846 commit cc00f3fCopy full SHA for cc00f3f
com.unity.netcode.gameobjects/Runtime/Components/NetworkTransform.cs
@@ -3003,7 +3003,7 @@ private void ApplyTeleportingState(NetworkTransformState newState)
3003
/// <remarks>
3004
/// Only non-authoritative instances should invoke this
3005
/// </remarks>
3006
- private void ApplyUpdatedState(NetworkTransformState newState)
+ internal void ApplyUpdatedState(NetworkTransformState newState)
3007
{
3008
// Set the transforms's synchronization modes
3009
InLocalSpace = newState.InLocalSpace;
@@ -3052,6 +3052,7 @@ private void ApplyUpdatedState(NetworkTransformState newState)
3052
3053
if (!Interpolate)
3054
3055
+ ApplyAuthoritativeState();
3056
return;
3057
}
3058
0 commit comments