You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,13 @@ Additional documentation and release notes are available at [Multiplayer Documen
25
25
26
26
### Added
27
27
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)
29
29
30
30
### Changed
31
31
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)
0 commit comments