Skip to content

Commit 1ce7e6f

Browse files
Merge branch 'main' into develop
2 parents 95d1c12 + e48babb commit 1ce7e6f

File tree

7 files changed

+13
-10
lines changed

7 files changed

+13
-10
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ 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+
## [2.4.0] - 2023-12-13
1010

1111
### Changed
1212
* Upgraded editor version to 2022.3.14f1 (#871)
13+
* com.unity.ai.navigation upgraded to v1.1.5
14+
* com.unity.render-pipelines.universal upgraded to v14.0.9
15+
* com.unity.services.authentication upgraded to v2.7.1
1316
* Upgraded Boss Room to Netcode for GameObjects v1.7.1 (#871)
1417

1518
### Fixed

Documentation/Images/BuildProject.png

+2-2
Loading

Documentation/Images/StartupScene.png

+2-2
Loading

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Multiplayer Samples Co-op Changelog
22

3-
## [unreleased] - yyyy-mm-dd
3+
## [1.8.0] - 2023-12-13
44

55
### Changed
66
* Upgraded Utilities package to Netcode for GameObjects v1.7.1 (#871)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.multiplayer.samples.coop",
33
"displayName": "Multiplayer Samples Utilities",
4-
"version": "1.6.1",
4+
"version": "1.8.0",
55
"type": "template",
66
"host": "hub",
77
"unity": "2020.3",

ProjectSettings/ProjectSettings.asset

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:4c7cd337a322f876e0c3730a3785edfe5b7c7f40ffc06e1793f7b3881f5137d3
2+
oid sha256:c305de9f19f2ab071f091fca48e1b73d28ed84ad2a8ddf6feb1fc1eb86bee308
33
size 27052

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<br>
77

88
[![UnityVersion](https://img.shields.io/badge/Unity%20Version:-2022.3%20LTS-57b9d3.svg?logo=unity&color=2196F3)](https://unity.com/releases/editor/whats-new/2022.3.0)
9-
[![NetcodeVersion](https://img.shields.io/badge/Netcode%20Version:-1.6.0-57b9d3.svg?logo=unity&color=2196F3)](https://docs-multiplayer.unity3d.com/netcode/1.6.0/about)
10-
[![LatestRelease](https://img.shields.io/badge/Latest%20Github%20Release:-v2.3.0-57b9d3.svg?logo=github&color=brightgreen)](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/releases/tag/v2.3.0)
9+
[![NetcodeVersion](https://img.shields.io/badge/Netcode%20Version:-1.7.1-57b9d3.svg?logo=unity&color=2196F3)](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/releases/tag/ngo%2F1.7.1)
10+
[![LatestRelease](https://img.shields.io/badge/Latest%20Github%20Release:-v2.4.0-57b9d3.svg?logo=github&color=brightgreen)](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/releases/tag/v2.4.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.

0 commit comments

Comments
 (0)