Skip to content

Commit ad90421

Browse files
test
Wrapping the unified test within the UNIFIED_NETCODE define.
1 parent abcb4a6 commit ad90421

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

com.unity.netcode.gameobjects/Tests/Runtime/NetworkTransform/UnifiedNetworkTransformTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#if UNIFIED_NETCODE
12
using System.Collections;
23
using NUnit.Framework;
34
using Unity.Netcode.Components;
@@ -130,3 +131,4 @@ public IEnumerator BasicMovementTest()
130131
}
131132
}
132133
}
134+
#endif

0 commit comments

Comments
 (0)