Skip to content

Commit

Permalink
project updated for v2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando-cortez committed Dec 13, 2023
1 parent 95d1c12 commit beac39e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ 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
## [2.4.0] - 2023-12-13

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

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Images/StartupScene.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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] - yyyy-mm-dd
## [1.8.0] - 2023-12-13

### Changed
* Upgraded Utilities package to Netcode for GameObjects v1.7.1 (#871)
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.unity.multiplayer.samples.coop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.multiplayer.samples.coop",
"displayName": "Multiplayer Samples Utilities",
"version": "1.6.1",
"version": "1.8.0",
"type": "template",
"host": "hub",
"unity": "2020.3",
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:-2022.3%20LTS-57b9d3.svg?logo=unity&color=2196F3)](https://unity.com/releases/editor/whats-new/2022.3.0)
[![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)
[![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)
[![NetcodeVersion](https://img.shields.io/badge/Netcode%20Version:-1.7.1-57b9d3.svg?logo=unity&color=2196F3)](https://docs-multiplayer.unity3d.com/netcode/1.7.1/about)
[![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)
<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

0 comments on commit beac39e

Please sign in to comment.