We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecd845 commit 3fc9a09Copy full SHA for 3fc9a09
1 file changed
com.unity.netcode.gameobjects/Tests/Runtime/NetworkTransform/UnifiedNetworkTransformTest.cs
@@ -27,13 +27,18 @@ internal override void InternalInitialization(bool isOwnershipChange = false)
27
}
28
29
30
+ [TestFixture(HostOrServer.UnifiedHost)]
31
internal class UnifiedNetworkTransformTest : IntegrationTestWithApproximation
32
{
33
protected override int NumberOfClients => 2;
34
35
private GameObject m_Prefab;
36
private NetworkObject m_Instance;
37
38
+ public UnifiedNetworkTransformTest(HostOrServer hostOrServer) : base(hostOrServer)
39
+ {
40
+ }
41
+
42
protected override bool OnSetVerboseDebug()
43
44
return true;
0 commit comments