Skip to content

Commit f27526c

Browse files
Merge branch 'main' into develop
2 parents 96b18b2 + e9b7732 commit f27526c

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

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

9-
## [unreleased] yyyy-mm-dd
9+
## [3.0.0] 2025-08-06
1010

1111
### Added
1212
* Added a welcome dialog to guide users on their first time experience (#888)

Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Multiplayer Samples Co-op Changelog
22

3-
## [Unreleased]
3+
## [2.0.0] - 2025-08-06
44

55
### Changed
66
* Replaced Lobby and Relay standalone packages with the Multiplayer Services package v1.0.2 (#892)

Packages/com.unity.multiplayer.samples.coop/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"unity": "6000.0",
88
"description": "Utilities package built on top of Netcode for GameObjects, providing useful scripts and tools.",
99
"dependencies": {
10-
"com.unity.learn.iet-framework": "4.0.4",
1110
"com.unity.multiplayer.tools": "2.2.3",
1211
"com.unity.netcode.gameobjects": "2.2.0"
1312
}

Packages/packages-lock.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@
149149
"depth": 0,
150150
"source": "embedded",
151151
"dependencies": {
152-
"com.unity.learn.iet-framework": "4.0.4",
153152
"com.unity.multiplayer.tools": "2.2.3",
154153
"com.unity.netcode.gameobjects": "2.2.0"
155154
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:49ba5096e3675c17022d5fe631b494be58df2fe419c5e124af6c29fc5f7bac6c
2+
oid sha256:0c25a44d1b9df3697e1b22ea14fc5a65a43d549ad4d65a6a3ec409362e61c206
33
size 27878

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[![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)
99
[![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)
10-
[![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)
10+
[![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)
1111
<br><br>
1212

1313
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.
@@ -291,7 +291,7 @@ git clone https://github.com/Unity-Technologies/com.unity.multiplayer.samples.co
291291
<br><br>
292292

293293
## Community
294-
For help, questions, networking advice, or discussions about Netcode for GameObjects and its samples, please join our [Discord Community](https://discord.gg/FM8SE9E) or create a post in the [Unity Multiplayer Forum](https://forum.unity.com/forums/netcode-for-gameobjects.661/).
294+
For help, questions, networking advice, or discussions about Netcode for GameObjects and its samples, please join our [Discord Community](https://discord.com/channels/489222168727519232/1390346492019212368) or create a post in the [Unity Multiplayer Forum](https://forum.unity.com/forums/netcode-for-gameobjects.661/).
295295
<br><br>
296296

297297
## Feedback Form
@@ -308,7 +308,7 @@ Thank you for cloning Boss Room and taking a look at the project. To help us imp
308308

309309
[![Documentation](https://img.shields.io/badge/Unity-boss--room--docs-57b9d3.svg?logo=unity&color=2196F3)](https://docs-multiplayer.unity3d.com/netcode/current/learn/bossroom/bossroom)
310310
[![Forums](https://img.shields.io/badge/Unity-multiplayer--forum-57b9d3.svg?logo=unity&color=2196F3)](https://forum.unity.com/forums/multiplayer.26/)
311-
[![Discord](https://img.shields.io/discord/449263083769036810.svg?label=discord&logo=discord&color=5865F2)](https://discord.gg/FM8SE9E)
311+
[![Discord](https://img.shields.io/discord/449263083769036810.svg?label=discord&logo=discord&color=5865F2)](https://discord.com/channels/489222168727519232/1390346492019212368)
312312
<br><br>
313313

314314
![](Documentation/Images/Players.png)

0 commit comments

Comments
 (0)