Skip to content

Commit eaed659

Browse files
update
Removing all of the tools related tests from NGO package.
1 parent 60a9e41 commit eaed659

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+5
-2041
lines changed

com.unity.netcode.gameobjects/Runtime/AssemblyInfo.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
[assembly: InternalsVisibleTo("Unity.Netcode.Editor")]
55
[assembly: InternalsVisibleTo("Unity.Netcode.Editor.CodeGen")]
66
#endif // UNITY_EDITOR
7-
#if MULTIPLAYER_TOOLS
8-
[assembly: InternalsVisibleTo("Unity.Multiplayer.Tools.Adapters.Ngo1WithUtp2")]
9-
#endif // MULTIPLAYER_TOOLS
7+
108
#if COM_UNITY_NETCODE_ADAPTER_UTP
119
[assembly: InternalsVisibleTo("Unity.Netcode.Adapter.UTP")]
1210
#endif // COM_UNITY_NETCODE_ADAPTER_UTP
@@ -19,7 +17,10 @@
1917
[assembly: InternalsVisibleTo("Unity.Netcode.Editor.Tests")]
2018
[assembly: InternalsVisibleTo("TestProject.Editor.Tests")]
2119
#endif // UNITY_EDITOR
20+
2221
#if MULTIPLAYER_TOOLS
22+
[assembly: InternalsVisibleTo("Unity.Multiplayer.Tools.GameObjects.Tests")]
23+
[assembly: InternalsVisibleTo("Unity.Multiplayer.Tools.Adapters.Ngo1WithUtp2")]
2324
[assembly: InternalsVisibleTo("TestProject.ToolsIntegration.RuntimeTests")]
2425
#endif // MULTIPLAYER_TOOLS
2526
#endif // UNITY_INCLUDE_TESTS

com.unity.netcode.gameobjects/TestHelpers/Runtime/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
[assembly: InternalsVisibleTo("TestProject.Editor.Tests")]
1010
#endif // UNITY_EDITOR
1111
#if MULTIPLAYER_TOOLS
12+
[assembly: InternalsVisibleTo("Unity.Multiplayer.Tools.GameObjects.Tests")]
1213
[assembly: InternalsVisibleTo("TestProject.ToolsIntegration.RuntimeTests")]
1314
#endif // MULTIPLAYER_TOOLS
1415
#endif // UNITY_INCLUDE_TESTS

com.unity.netcode.gameobjects/TestHelpers/Runtime/Metrics.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

com.unity.netcode.gameobjects/TestHelpers/Runtime/Metrics/MetricTestBase.cs

Lines changed: 0 additions & 66 deletions
This file was deleted.

com.unity.netcode.gameobjects/TestHelpers/Runtime/Metrics/MetricTestBase.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

com.unity.netcode.gameobjects/TestHelpers/Runtime/Metrics/NetworkVariableComponent.cs

Lines changed: 0 additions & 19 deletions
This file was deleted.

com.unity.netcode.gameobjects/TestHelpers/Runtime/Metrics/NetworkVariableComponent.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

com.unity.netcode.gameobjects/TestHelpers/Runtime/Metrics/RpcTestComponent.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

com.unity.netcode.gameobjects/TestHelpers/Runtime/Metrics/RpcTestComponent.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

com.unity.netcode.gameobjects/TestHelpers/Runtime/Metrics/WaitForCounterMetricValue.cs

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)