From 4fa8cb647aec2e91b244dbcadc1d2475db04ba25 Mon Sep 17 00:00:00 2001 From: NoelStephensUnity Date: Mon, 16 Jun 2025 08:45:01 -0500 Subject: [PATCH 1/2] 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. --- Assets/Tests/Runtime/Unity.BossRoom.Tests.Runtime.asmdef | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/Tests/Runtime/Unity.BossRoom.Tests.Runtime.asmdef b/Assets/Tests/Runtime/Unity.BossRoom.Tests.Runtime.asmdef index 4a416b5ef..4200a10d9 100644 --- a/Assets/Tests/Runtime/Unity.BossRoom.Tests.Runtime.asmdef +++ b/Assets/Tests/Runtime/Unity.BossRoom.Tests.Runtime.asmdef @@ -15,7 +15,8 @@ "Unity.Netcode.TestHelpers.Runtime", "VContainer", "VContainer.EnableCodeGen", - "Unity.Collections" + "Unity.Collections", + "Unity.Netcode.Runtime.Tests" ], "includePlatforms": [], "excludePlatforms": [], From a279620f34c434ac271ecaa0026bf7e4290c400e Mon Sep 17 00:00:00 2001 From: fernando-cortez Date: Thu, 3 Jul 2025 12:44:02 -0400 Subject: [PATCH 2/2] changelog addition --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index beeaea24c..75161905f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,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)