File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
4545 * jp.hadashikick.vcontainer from 1.14.0 to 1.16.8
4646 * com.unity.memoryprofiler from 1.1.5 to 1.1.6
4747 * com.unity.timeline from 1.8.7 to 1.8.8
48+ * Upgraded Unity Transport package to 2.5.1 (#906 )
4849* Upgraded the project to use Netcode for GameObject's recommended OnConnectionEvent callback (#907 )
4950
5051### Cleanup
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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.44 )
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.2.0 )
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.6 .0 )
1111<br ><br >
1212
1313Boss 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.
You can’t perform that action at this time.
0 commit comments