Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a6d1a53
Fixed CI standard checks failing (#889)
RikuTheFuffs Oct 8, 2024
59d1080
In editor tutorials: Welcome dialog and table of contents [MTT-8698],…
RikuTheFuffs Oct 8, 2024
3dfcd47
Upgrade to Unity 6 [MTT-9275] (#890)
FabianStoll Nov 20, 2024
9a1ca64
[MTT-8924] - Convert Boss Room from Lobby and Relay packages to Multi…
FabianStoll Dec 3, 2024
31c3c3f
[MTTB-409] Fix a Healer ability doesn't work (#893) (#893)
nanho-lee Dec 12, 2024
c99b951
Merge branch 'main' into develop
fernando-cortez Jan 13, 2025
7e8de47
feat: upgrade to 6000.0.32f1 & multiplayer services v1.1.0 bump (#894)
fernando-cortez Jan 14, 2025
93db2a7
feat: upgrade packages to recommended versions (#895)
fernando-cortez Jan 15, 2025
4e8d8db
fix: removing warnings on project launch [MTT-9362] (#896)
fernando-cortez Jan 16, 2025
f33f2b2
feat: new input system upgrade [MTT-8681] (#897)
fernando-cortez Jan 17, 2025
7a42396
feat: how to setup UGS In-Editor Tutorial added [MTT-8923] (#898)
fernando-cortez Jan 17, 2025
abc9b7d
fix: late joiners would be displayed as selected [MTTB-4] (#899)
fernando-cortez Jan 17, 2025
2d9b40b
[MTT-11566] [MTT-11567] Upgrade Boss Room to newest 6000.0f1 stream v…
Elfi0Kuhndorf Mar 21, 2025
911643f
[MTT-11682] Update Editor to 6000.0.44f1 and update packages (#902)
Elfi0Kuhndorf Mar 27, 2025
a7dab56
fix: NullReferenceException caused when unsubscribing on session remo…
fernando-cortez Apr 2, 2025
a7426d8
[MTT-11838] Fix: upgrade unity transport to 2.5.1 and update banner i…
Elfi0Kuhndorf Apr 7, 2025
279e348
feat: OnConnectionEvent callback usage in project and Utilities packa…
fernando-cortez Apr 7, 2025
2fc8c1f
fix: in scene NetworkObject null reference exception when hit/destroy…
fernando-cortez Apr 28, 2025
7242d9e
merge main
fernando-cortez Jun 18, 2025
f111be9
merge main
fernando-cortez Jul 7, 2025
b4afa28
fix: v2.4.1 NGO TestHelpers update (#914)
NoelStephensUnity Jul 7, 2025
953ed0e
fix: resetting local user on profile change [MTT-11948] (#916)
fernando-cortez Jul 10, 2025
98f7e73
feat: 6000.0.52f1, Multiplayer SDK v1.1.4, Netcode for GameObjects v2…
fernando-cortez Jul 14, 2025
7c81a83
feat: upgrading authentication package fixing switching profile issue…
fernando-cortez Jul 17, 2025
f68ec8b
feat: IET style cleanup: added resources, links updated (#919)
fernando-cortez Jul 22, 2025
971daef
readme + doc cleanup (#921)
fernando-cortez Jul 28, 2025
7336b3e
fix: name generation bounds fixed to include last item (#922)
fernando-cortez Jul 28, 2025
136712b
feat: add new version changes to CHANGELOGs and README, adjust projec…
Elfi0Kuhndorf Aug 4, 2025
b5fcf41
fix: fix numbers and discord links, remove IET dependency in utility …
Elfi0Kuhndorf Aug 5, 2025
b45001c
update README (change discord link)
Elfi0Kuhndorf Aug 5, 2025
1ca005c
fix: adjust date
Elfi0Kuhndorf Aug 6, 2025
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).

## [unreleased] yyyy-mm-dd
## [3.0.0] 2025-08-07

### Added
* Added a welcome dialog to guide users on their first time experience (#888)
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Multiplayer Samples Co-op Changelog

## [Unreleased]
## [2.0.0] - 2025-08-07

### Changed
* Replaced Lobby and Relay standalone packages with the Multiplayer Services package v1.0.2 (#892)
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Git LFS file not shown
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<br>

[![UnityVersion](https://img.shields.io/badge/Unity%20Version:-6000.0.52f1%20LTS-57b9d3.svg?logo=unity&color=2196F3)](https://unity.com/releases/editor/whats-new/6000.0.52)
[![NetcodeVersion](https://img.shields.io/badge/Netcode%20Version:-2.4.3-57b9d3.svg?logo=unity&color=2196F3)](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/releases/tag/v2.4.3)
[![LatestRelease](https://img.shields.io/badge/Latest%20Github%20Release:-v2.5.0-57b9d3.svg?logo=github&color=brightgreen)](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/releases/tag/v2.5.0)
[![NetcodeVersion](https://img.shields.io/badge/Netcode%20Version:-2.4.3-57b9d3.svg?logo=unity&color=2196F3)](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/releases/tag/v3.0.0)
[![LatestRelease](https://img.shields.io/badge/Latest%20Github%20Release:-v3.0.0-57b9d3.svg?logo=github&color=brightgreen)](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/releases/tag/v3.0.0)
<br><br>

Boss Room is a fully functional co-op multiplayer RPG made with Unity Netcode. It is an educational sample designed to showcase typical netcode [patterns](https://docs-multiplayer.unity3d.com/netcode/current/learn/bossroom/bossroom-actions/index.html) that are frequently featured in similar multiplayer games.
Expand Down