You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VerboseDebug($"[{authorityTimeAndTick}] Authority position {authorityPosition} != position to match: {positionToMatch} [{nonAuthorityTimeAndTick}]!");
637
+
VerboseDebug($"Authority ({m_AuthoritativeTransform.name}) position {authorityPosition} != position to match: {positionToMatch}!");
652
638
}
653
639
if(!nonauthorityIsEqual)
654
640
{
655
-
VerboseDebug($"[{authorityTimeAndTick}] NonAuthority position {nonAuthorityPosition} != position to match: {positionToMatch} [{nonAuthorityTimeAndTick}]!");
641
+
VerboseDebug($"NonAuthority ({m_NonAuthoritativeTransform.name}) position {nonAuthorityPosition} != position to match: {positionToMatch}!");
Assert.True(success,$"Timed out waiting for non-authoritative rotation state request to be applied!\n{VerboseDebugLog}");
310
317
Assert.True(Approximately(newRotation.eulerAngles,m_AuthoritativeTransform.transform.rotation.eulerAngles),$"Authoritative rotation does not match!\n{VerboseDebugLog}");
311
318
Assert.True(Approximately(newRotation.eulerAngles,m_NonAuthoritativeTransform.transform.rotation.eulerAngles),$"Non-Authoritative rotation does not match!\n{VerboseDebugLog}");
312
319
Assert.True(Approximately(newRotation.eulerAngles,m_NonAuthoritativeTransform.transform.rotation.eulerAngles),$"Non-Authoritative rotation does not match!\n{VerboseDebugLog}");
Assert.True(success,$"Timed out waiting for non-authoritative position, rotation, and scale state request to be applied!\n{VerboseDebugLog}");
328
335
Assert.True(Approximately(newPosition,m_AuthoritativeTransform.transform.position),$"Authoritative position does not match!\n{VerboseDebugLog}");
329
336
Assert.True(Approximately(newPosition,m_NonAuthoritativeTransform.transform.position),$"Non-Authoritative position does not match!\n{VerboseDebugLog}");
0 commit comments