Skip to content

Commit 7837554

Browse files
Merge branch 'release/2.4.1' into chore/merge-2-4-1-back-to-develop-2-0-0
2 parents 69503d0 + aa350a3 commit 7837554

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ Additional documentation and release notes are available at [Multiplayer Documen
2525

2626
### Added
2727

28-
- Added: Full XML API documentation coverage primarily focused around the test helpers API.
28+
- Added: Full XML API documentation coverage primarily focused around the test helpers API. (#3444)
2929

3030
### Changed
3131

32-
- Changed: Assembly names while keeping the same namespaces.
33-
- Changed: Migrated multiplayer metrics tests to Multiplayer Tools repository and removed the multiplayer tools test project.
32+
- Changed: Assembly names while keeping the same namespaces. If your project is using the `Unity.Netcode.TestHelpers.Runtime` assembly then you need to switch `asmdef` references to `Unity.Netcode.Runtime.Tests`. (#3444)
33+
- Changed: Migrated multiplayer metrics tests to Multiplayer Tools repository and removed the multiplayer tools test project. (#3444)
34+
3435

3536
## [2.4.0] - 2025-06-02
3637

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@
2020

2121
#if MULTIPLAYER_TOOLS
2222
[assembly: InternalsVisibleTo("Unity.Multiplayer.Tools.GameObjects.Tests")]
23-
[assembly: InternalsVisibleTo("Unity.Multiplayer.Tools.Adapters.Ngo1WithUtp2")]
2423
[assembly: InternalsVisibleTo("TestProject.ToolsIntegration.RuntimeTests")]
2524
[assembly: InternalsVisibleTo("TestProject.Netcode.GameObjejct.Runtime.Tests")]
2625
#endif // MULTIPLAYER_TOOLS
2726
#endif // UNITY_INCLUDE_TESTS
27+
// Should always be visible when multiplayer tools package is installed.
28+
#if MULTIPLAYER_TOOLS
29+
[assembly: InternalsVisibleTo("Unity.Multiplayer.Tools.Adapters.Ngo1WithUtp2")]
30+
#endif

0 commit comments

Comments
 (0)