Skip to content

Commit 6eba471

Browse files
committed
fix: upgrade unity transport to 2.5.1 and update banner in README.md
1 parent a7dab56 commit 6eba471

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"com.unity.test-framework": "1.5.1",
2323
"com.unity.timeline": "1.8.8",
2424
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.10",
25-
"com.unity.transport": "2.5.0",
25+
"com.unity.transport": "2.5.1",
2626
"com.unity.ugui": "2.0.0",
2727
"jp.hadashikick.vcontainer": "1.16.8",
2828
"com.unity.modules.accessibility": "1.0.0",

Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
"url": "https://packages.unity.com"
439439
},
440440
"com.unity.transport": {
441-
"version": "2.5.0",
441+
"version": "2.5.1",
442442
"depth": 0,
443443
"source": "registry",
444444
"dependencies": {

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
### Made with and Including Utilities for Netcode for GameObjects
66
<br>
77

8-
[![UnityVersion](https://img.shields.io/badge/Unity%20Version:-6000.0.32f1%20LTS-57b9d3.svg?logo=unity&color=2196F3)](https://unity.com/releases/editor/whats-new/6000.0.32)
9-
[![NetcodeVersion](https://img.shields.io/badge/Netcode%20Version:-2.1.1-57b9d3.svg?logo=unity&color=2196F3)](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/releases/tag/ngo%2F2.1.1)
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)
8+
[![UnityVersion](https://img.shields.io/badge/Unity%20Version:-6000.0.44f1%20LTS-57b9d3.svg?logo=unity&color=2196F3)](https://unity.com/releases/editor/whats-new/6000.0.32)
9+
[![NetcodeVersion](https://img.shields.io/badge/Netcode%20Version:-2.2.0-57b9d3.svg?logo=unity&color=2196F3)](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/releases/tag/ngo%2F2.1.1)
10+
[![LatestRelease](https://img.shields.io/badge/Latest%20Github%20Release:-v2.6.0-57b9d3.svg?logo=github&color=brightgreen)](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/releases/tag/v2.5.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)