Skip to content

Commit 7ac70f5

Browse files
fix
This includes some (not all) fixes for: PVP-133-2 PVP-130-2
1 parent c1f9445 commit 7ac70f5

Some content is hidden

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

43 files changed

+543
-42
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#if UNITY_INCLUDE_TESTS
44
#if UNITY_EDITOR
5-
[assembly: InternalsVisibleTo("Unity.Netcode.EditorTests")]
6-
[assembly: InternalsVisibleTo("TestProject.RuntimeTests")]
5+
[assembly: InternalsVisibleTo("Unity.Netcode.Editor.Tests")]
6+
[assembly: InternalsVisibleTo("TestProject.Runtime.Tests")]
77
#endif // UNITY_EDITOR
88
#endif // UNITY_INCLUDE_TESTS

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
#endif // COM_UNITY_NETCODE_ADAPTER_UTP
1313

1414
#if UNITY_INCLUDE_TESTS
15-
[assembly: InternalsVisibleTo("Unity.Netcode.RuntimeTests")]
15+
[assembly: InternalsVisibleTo("Unity.Netcode.Runtime.Tests")]
1616
[assembly: InternalsVisibleTo("Unity.Netcode.TestHelpers.Runtime")]
17-
[assembly: InternalsVisibleTo("TestProject.RuntimeTests")]
17+
[assembly: InternalsVisibleTo("TestProject.Runtime.Tests")]
1818
#if UNITY_EDITOR
19-
[assembly: InternalsVisibleTo("Unity.Netcode.EditorTests")]
20-
[assembly: InternalsVisibleTo("TestProject.EditorTests")]
19+
[assembly: InternalsVisibleTo("Unity.Netcode.Editor.Tests")]
20+
[assembly: InternalsVisibleTo("TestProject.Editor.Tests")]
2121
#endif // UNITY_EDITOR
2222
#if MULTIPLAYER_TOOLS
2323
[assembly: InternalsVisibleTo("TestProject.ToolsIntegration.RuntimeTests")]

0 commit comments

Comments
 (0)