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
Assert.True(success,$"Timed out waiting for non-authoritative rotation state request to be applied!\n{VerboseDebugLog}");
310
310
Assert.True(Approximately(newRotation.eulerAngles,m_AuthoritativeTransform.transform.rotation.eulerAngles),$"Authoritative rotation does not match!\n{VerboseDebugLog}");
311
311
Assert.True(Approximately(newRotation.eulerAngles,m_NonAuthoritativeTransform.transform.rotation.eulerAngles),$"Non-Authoritative rotation does not match!\n{VerboseDebugLog}");
312
312
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
328
Assert.True(Approximately(newPosition,m_AuthoritativeTransform.transform.position),$"Authoritative position does not match!\n{VerboseDebugLog}");
329
329
Assert.True(Approximately(newPosition,m_NonAuthoritativeTransform.transform.position),$"Non-Authoritative position does not match!\n{VerboseDebugLog}");
0 commit comments