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!");
307
-
Assert.True(Approximately(newRotation.eulerAngles,m_AuthoritativeTransform.transform.rotation.eulerAngles),"Authoritative rotation does not match!");
308
-
Assert.True(Approximately(newRotation.eulerAngles,m_NonAuthoritativeTransform.transform.rotation.eulerAngles),"Non-Authoritative rotation does not match!");
308
+
Assert.True(success,$"Timed out waiting for non-authoritative rotation state request to be applied!\n{m_VerboseDebugLog}");
309
+
Assert.True(Approximately(newRotation.eulerAngles,m_AuthoritativeTransform.transform.rotation.eulerAngles),$"Authoritative rotation does not match!\n{m_VerboseDebugLog}");
310
+
Assert.True(Approximately(newRotation.eulerAngles,m_NonAuthoritativeTransform.transform.rotation.eulerAngles),$"Non-Authoritative rotation does not match!\n{m_VerboseDebugLog}");
Assert.True(success,$"Timed out waiting for non-authoritative position, rotation, and scale state request to be applied!");
324
-
Assert.True(Approximately(newPosition,m_AuthoritativeTransform.transform.position),"Authoritative position does not match!");
325
-
Assert.True(Approximately(newPosition,m_NonAuthoritativeTransform.transform.position),"Non-Authoritative position does not match!");
326
-
Assert.True(Approximately(newRotation.eulerAngles,m_AuthoritativeTransform.transform.rotation.eulerAngles),"Authoritative rotation does not match!");
327
-
Assert.True(Approximately(newRotation.eulerAngles,m_NonAuthoritativeTransform.transform.rotation.eulerAngles),"Non-Authoritative rotation does not match!");
328
-
Assert.True(Approximately(newScale,m_AuthoritativeTransform.transform.localScale),"Authoritative scale does not match!");
329
-
Assert.True(Approximately(newScale,m_NonAuthoritativeTransform.transform.localScale),"Non-Authoritative scale does not match!");
325
+
Assert.True(success,$"Timed out waiting for non-authoritative position, rotation, and scale state request to be applied!\n{m_VerboseDebugLog}");
326
+
Assert.True(Approximately(newPosition,m_AuthoritativeTransform.transform.position),$"Authoritative position does not match!\n{m_VerboseDebugLog}");
327
+
Assert.True(Approximately(newPosition,m_NonAuthoritativeTransform.transform.position),$"Non-Authoritative position does not match!\n{m_VerboseDebugLog}");
328
+
Assert.True(Approximately(newRotation.eulerAngles,m_AuthoritativeTransform.transform.rotation.eulerAngles),$"Authoritative rotation does not match!\n{m_VerboseDebugLog}");
329
+
Assert.True(Approximately(newRotation.eulerAngles,m_NonAuthoritativeTransform.transform.rotation.eulerAngles),$"Non-Authoritative rotation does not match!\n{m_VerboseDebugLog}");
330
+
Assert.True(Approximately(newScale,m_AuthoritativeTransform.transform.localScale),$"Authoritative scale does not match!\n{m_VerboseDebugLog}");
331
+
Assert.True(Approximately(newScale,m_NonAuthoritativeTransform.transform.localScale),$"Non-Authoritative scale does not match!\n{m_VerboseDebugLog}");
0 commit comments