Skip to content

Commit b4afa28

Browse files
fix: v2.4.1 NGO TestHelpers update (#914)
* fix Since NGO v2.4.1 and above will now house testhelpers within the runtime tests assembly, we need to add the Unity.Netcode.Runtime.Tests to the BossRoom's tests asmdef. * changelog addition --------- Co-authored-by: fernando-cortez <[email protected]>
1 parent f111be9 commit b4afa28

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Assets/Tests/Runtime/Unity.BossRoom.Tests.Runtime.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"Unity.Netcode.TestHelpers.Runtime",
1616
"VContainer",
1717
"VContainer.EnableCodeGen",
18-
"Unity.Collections"
18+
"Unity.Collections",
19+
"Unity.Netcode.Runtime.Tests"
1920
],
2021
"includePlatforms": [],
2122
"excludePlatforms": [],

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1313
* Added a Table of Contents with helpful resources, that can be accessed from the `Tutorials > Show Tutorials` menu
1414
* Added the Multiplayer Play Mode package v1.3.1 to the project (#890)
1515
* An In-Editor Tutorial walking through the process of associating your Unity project with a Unity Cloud ID has been added (#898)
16+
* Boss Room's assembly definitions now include Unity.Netcode.Runtime.Tests (#914)
1617

1718
### Changed
1819
* Upgraded editor version to 6000.0.25f1 and upgraded Boss Room to Netcode for GameObjects v2.0.0 (#890)

0 commit comments

Comments
 (0)