We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69b07c commit 50837d3Copy full SHA for 50837d3
testproject/Assets/Tests/Runtime/NetworkSceneManager/NetworkSceneManagerFixValidationTests.cs
@@ -1,3 +1,5 @@
1
+// TODO: Rewrite test to use the tools package. Debug simulator not available in UTP 2.X.
2
+#if !UTP_TRANSPORT_2_0_ABOVE
3
using System.Collections;
4
using System.Collections.Generic;
5
using NUnit.Framework;
@@ -9,8 +11,6 @@
9
11
using UnityEngine.TestTools;
10
12
using Object = UnityEngine.Object;
13
-// TODO: Rewrite test to use the tools package. Debug simulator not available in UTP 2.X.
-#if !UTP_TRANSPORT_2_0_ABOVE
14
15
namespace TestProject.RuntimeTests
16
{
0 commit comments