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
45
45
* jp.hadashikick.vcontainer from 1.14.0 to 1.16.8
46
46
* com.unity.memoryprofiler from 1.1.5 to 1.1.6
47
47
* com.unity.timeline from 1.8.7 to 1.8.8
48
+ * Upgraded Unity Transport package to 2.5.1 (#906 )
48
49
49
50
### Cleanup
50
51
* Removed ParrelSync from the project (#890 )
Original file line number Diff line number Diff line change 22
22
"com.unity.test-framework" : " 1.5.1" ,
23
23
"com.unity.timeline" : " 1.8.8" ,
24
24
"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 " ,
26
26
"com.unity.ugui" : " 2.0.0" ,
27
27
"jp.hadashikick.vcontainer" : " 1.16.8" ,
28
28
"com.unity.modules.accessibility" : " 1.0.0" ,
Original file line number Diff line number Diff line change 438
438
"url" : " https://packages.unity.com"
439
439
},
440
440
"com.unity.transport" : {
441
- "version" : " 2.5.0 " ,
441
+ "version" : " 2.5.1 " ,
442
442
"depth" : 0 ,
443
443
"source" : " registry" ,
444
444
"dependencies" : {
Original file line number Diff line number Diff line change 5
5
### Made with and Including Utilities for Netcode for GameObjects
6
6
<br >
7
7
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 )
11
11
<br ><br >
12
12
13
13
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.
You can’t perform that action at this time.
0 commit comments