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 2f5f4ba commit f3909dcCopy full SHA for f3909dc
com.unity.netcode.gameobjects/Runtime/AssemblyInfo.cs
@@ -20,8 +20,11 @@
20
21
#if MULTIPLAYER_TOOLS
22
[assembly: InternalsVisibleTo("Unity.Multiplayer.Tools.GameObjects.Tests")]
23
-[assembly: InternalsVisibleTo("Unity.Multiplayer.Tools.Adapters.Ngo1WithUtp2")]
24
[assembly: InternalsVisibleTo("TestProject.ToolsIntegration.RuntimeTests")]
25
[assembly: InternalsVisibleTo("TestProject.Netcode.GameObjejct.Runtime.Tests")]
26
#endif // MULTIPLAYER_TOOLS
27
#endif // UNITY_INCLUDE_TESTS
+// Should always be visible when multiplayer tools package is instlled.
28
+#if MULTIPLAYER_TOOLS
29
+[assembly: InternalsVisibleTo("Unity.Multiplayer.Tools.Adapters.Ngo1WithUtp2")]
30
+#endif
0 commit comments