Skip to content

fix: v2.4.1 NGO TestHelpers update #914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Assets/Tests/Runtime/Unity.BossRoom.Tests.Runtime.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"Unity.Netcode.TestHelpers.Runtime",
"VContainer",
"VContainer.EnableCodeGen",
"Unity.Collections"
"Unity.Collections",
"Unity.Netcode.Runtime.Tests"
],
"includePlatforms": [],
"excludePlatforms": [],
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
* Added a Table of Contents with helpful resources, that can be accessed from the `Tutorials > Show Tutorials` menu
* Added the Multiplayer Play Mode package v1.3.1 to the project (#890)
* An In-Editor Tutorial walking through the process of associating your Unity project with a Unity Cloud ID has been added (#898)
* Boss Room's assembly definitions now include Unity.Netcode.Runtime.Tests (#914)

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