@@ -11,6 +11,7 @@ namespace Unity.Netcode.RuntimeTests
1111 /// models for each operating mode.
1212 /// </summary>
1313 [ TestFixture ( HostOrServer . DAHost , Authority . OwnerAuthority , RotationCompression . None , Rotation . Euler , Precision . Full , NetworkTransform . InterpolationTypes . Lerp ) ]
14+ [ TestFixture ( HostOrServer . DAHost , Authority . OwnerAuthority , RotationCompression . None , Rotation . Euler , Precision . Full , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
1415 [ TestFixture ( HostOrServer . DAHost , Authority . OwnerAuthority , RotationCompression . None , Rotation . Euler , Precision . Full , NetworkTransform . InterpolationTypes . SmoothDampening ) ]
1516#if ! MULTIPLAYER_TOOLS
1617 [ TestFixture ( HostOrServer . DAHost , Authority . OwnerAuthority , RotationCompression . None , Rotation . Euler , Precision . Half , NetworkTransform . InterpolationTypes . Lerp ) ]
@@ -19,6 +20,12 @@ namespace Unity.Netcode.RuntimeTests
1920 [ TestFixture ( HostOrServer . DAHost , Authority . OwnerAuthority , RotationCompression . QuaternionCompress , Rotation . Quaternion , Precision . Full , NetworkTransform . InterpolationTypes . Lerp ) ]
2021 [ TestFixture ( HostOrServer . DAHost , Authority . OwnerAuthority , RotationCompression . QuaternionCompress , Rotation . Quaternion , Precision . Half , NetworkTransform . InterpolationTypes . Lerp ) ]
2122
23+ [ TestFixture ( HostOrServer . DAHost , Authority . OwnerAuthority , RotationCompression . None , Rotation . Euler , Precision . Half , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
24+ [ TestFixture ( HostOrServer . DAHost , Authority . OwnerAuthority , RotationCompression . None , Rotation . Quaternion , Precision . Full , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
25+ [ TestFixture ( HostOrServer . DAHost , Authority . OwnerAuthority , RotationCompression . None , Rotation . Quaternion , Precision . Half , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
26+ [ TestFixture ( HostOrServer . DAHost , Authority . OwnerAuthority , RotationCompression . QuaternionCompress , Rotation . Quaternion , Precision . Full , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
27+ [ TestFixture ( HostOrServer . DAHost , Authority . OwnerAuthority , RotationCompression . QuaternionCompress , Rotation . Quaternion , Precision . Half , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
28+
2229 [ TestFixture ( HostOrServer . DAHost , Authority . OwnerAuthority , RotationCompression . None , Rotation . Euler , Precision . Half , NetworkTransform . InterpolationTypes . SmoothDampening ) ]
2330 [ TestFixture ( HostOrServer . DAHost , Authority . OwnerAuthority , RotationCompression . None , Rotation . Quaternion , Precision . Full , NetworkTransform . InterpolationTypes . SmoothDampening ) ]
2431 [ TestFixture ( HostOrServer . DAHost , Authority . OwnerAuthority , RotationCompression . None , Rotation . Quaternion , Precision . Half , NetworkTransform . InterpolationTypes . SmoothDampening ) ]
@@ -27,6 +34,7 @@ namespace Unity.Netcode.RuntimeTests
2734
2835#endif
2936 [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . None , Rotation . Euler , Precision . Full , NetworkTransform . InterpolationTypes . Lerp ) ]
37+ [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . None , Rotation . Euler , Precision . Full , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
3038 [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . None , Rotation . Euler , Precision . Full , NetworkTransform . InterpolationTypes . SmoothDampening ) ]
3139#if ! MULTIPLAYER_TOOLS
3240 [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . None , Rotation . Euler , Precision . Half , NetworkTransform . InterpolationTypes . Lerp ) ]
@@ -35,13 +43,20 @@ namespace Unity.Netcode.RuntimeTests
3543 [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . QuaternionCompress , Rotation . Quaternion , Precision . Full , NetworkTransform . InterpolationTypes . Lerp ) ]
3644 [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . QuaternionCompress , Rotation . Quaternion , Precision . Half , NetworkTransform . InterpolationTypes . Lerp ) ]
3745
46+ [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . None , Rotation . Euler , Precision . Half , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
47+ [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . None , Rotation . Quaternion , Precision . Full , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
48+ [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . None , Rotation . Quaternion , Precision . Half , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
49+ [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . QuaternionCompress , Rotation . Quaternion , Precision . Full , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
50+ [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . QuaternionCompress , Rotation . Quaternion , Precision . Half , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
51+
3852 [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . None , Rotation . Euler , Precision . Half , NetworkTransform . InterpolationTypes . SmoothDampening ) ]
3953 [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . None , Rotation . Quaternion , Precision . Full , NetworkTransform . InterpolationTypes . SmoothDampening ) ]
4054 [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . None , Rotation . Quaternion , Precision . Half , NetworkTransform . InterpolationTypes . SmoothDampening ) ]
4155 [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . QuaternionCompress , Rotation . Quaternion , Precision . Full , NetworkTransform . InterpolationTypes . SmoothDampening ) ]
4256 [ TestFixture ( HostOrServer . Server , Authority . ServerAuthority , RotationCompression . QuaternionCompress , Rotation . Quaternion , Precision . Half , NetworkTransform . InterpolationTypes . SmoothDampening ) ]
4357#endif
4458 [ TestFixture ( HostOrServer . Host , Authority . OwnerAuthority , RotationCompression . None , Rotation . Euler , Precision . Full , NetworkTransform . InterpolationTypes . Lerp ) ]
59+ [ TestFixture ( HostOrServer . Host , Authority . OwnerAuthority , RotationCompression . None , Rotation . Euler , Precision . Full , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
4560 [ TestFixture ( HostOrServer . Host , Authority . OwnerAuthority , RotationCompression . None , Rotation . Euler , Precision . Full , NetworkTransform . InterpolationTypes . SmoothDampening ) ]
4661#if ! MULTIPLAYER_TOOLS
4762 [ TestFixture ( HostOrServer . Host , Authority . OwnerAuthority , RotationCompression . None , Rotation . Euler , Precision . Half , NetworkTransform . InterpolationTypes . Lerp ) ]
@@ -50,6 +65,12 @@ namespace Unity.Netcode.RuntimeTests
5065 [ TestFixture ( HostOrServer . Host , Authority . OwnerAuthority , RotationCompression . QuaternionCompress , Rotation . Quaternion , Precision . Full , NetworkTransform . InterpolationTypes . Lerp ) ]
5166 [ TestFixture ( HostOrServer . Host , Authority . OwnerAuthority , RotationCompression . QuaternionCompress , Rotation . Quaternion , Precision . Half , NetworkTransform . InterpolationTypes . Lerp ) ]
5267
68+ [ TestFixture ( HostOrServer . Host , Authority . OwnerAuthority , RotationCompression . None , Rotation . Euler , Precision . Half , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
69+ [ TestFixture ( HostOrServer . Host , Authority . OwnerAuthority , RotationCompression . None , Rotation . Quaternion , Precision . Full , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
70+ [ TestFixture ( HostOrServer . Host , Authority . OwnerAuthority , RotationCompression . None , Rotation . Quaternion , Precision . Half , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
71+ [ TestFixture ( HostOrServer . Host , Authority . OwnerAuthority , RotationCompression . QuaternionCompress , Rotation . Quaternion , Precision . Full , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
72+ [ TestFixture ( HostOrServer . Host , Authority . OwnerAuthority , RotationCompression . QuaternionCompress , Rotation . Quaternion , Precision . Half , NetworkTransform . InterpolationTypes . LerpExtrapolateBlend ) ]
73+
5374 [ TestFixture ( HostOrServer . Host , Authority . OwnerAuthority , RotationCompression . None , Rotation . Euler , Precision . Half , NetworkTransform . InterpolationTypes . SmoothDampening ) ]
5475 [ TestFixture ( HostOrServer . Host , Authority . OwnerAuthority , RotationCompression . None , Rotation . Quaternion , Precision . Full , NetworkTransform . InterpolationTypes . SmoothDampening ) ]
5576 [ TestFixture ( HostOrServer . Host , Authority . OwnerAuthority , RotationCompression . None , Rotation . Quaternion , Precision . Half , NetworkTransform . InterpolationTypes . SmoothDampening ) ]
0 commit comments