Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .yamato/project.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ projects:
- name: com.unity.multiplayer.samples.coop
path: Packages/com.unity.multiplayer.samples.coop
test_editors:
- 6000.0.25
- 6000.0.44
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ Additional documentation and release notes are available at [Multiplayer Documen
* com.unity.render-pipelines-universal from v17.0.3 to v17.0.4
* com.unity.services.multiplayer from v1.1.0 to v1.1.1
* com.unity.test-framework from v1.4.5 to v1.4.6
* Upgraded editor version to 6000.0.44f1 and upgraded packages (#902):
* com.unity.ide.rider from v3.0.34 to v3.0.35
* com.unity.services.multiplayer from v1.1.1 to v1.1.2
* com.unity.test-framework from v1.4.6 to v1.5.1
* com.unity.transport from v2.4.0 to v2.5.0
* com.unity.cinemachine from v.3.1.2 to 3.1.3
* com.unity.services.authentication from 3.4.0 to 3.4.1
* jp.hadashikick.vcontainer from 1.14.0 to 1.16.8
* com.unity.memoryprofiler from 1.1.5 to 1.1.6
* com.unity.timeline from 1.8.7 to 1.8.8

### Cleanup
* Removed ParrelSync from the project (#890)
Expand Down
7 changes: 6 additions & 1 deletion Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
## [Unreleased]

### Changed
* Replaced Lobby and Relay standalone packages with the Multiplayer Services package v1.0.2
* Replaced Lobby and Relay standalone packages with the Multiplayer Services package v1.0.2 (#892)
* Removed UnityRelayUtilities
* Upgrading Editor version dependency to 6000.0 (#902)
Upgrading package dependencies:
* Tutorial Framework upgraded to v4.0.4
* Multiplayer Tools to v2.2.3
* Netcode for GameObjects to v2.2.0

## [1.9.0] - 2024-04-18

Expand Down
10 changes: 5 additions & 5 deletions Packages/com.unity.multiplayer.samples.coop/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "com.unity.multiplayer.samples.coop",
"displayName": "Multiplayer Samples Utilities",
"version": "1.9.0",
"version": "2.0.0",
"type": "template",
"host": "hub",
"unity": "2020.3",
"unity": "6000.0",
"description": "Utilities package built on top of Netcode for GameObjects, providing useful scripts and tools.",
"dependencies": {
"com.unity.learn.iet-framework": "3.1.3",
"com.unity.multiplayer.tools": "1.1.0",
"com.unity.netcode.gameobjects": "1.8.1"
"com.unity.learn.iet-framework": "4.0.4",
"com.unity.multiplayer.tools": "2.2.3",
"com.unity.netcode.gameobjects": "2.2.0"
}
}
18 changes: 9 additions & 9 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.ai.navigation": "2.0.6",
"com.unity.cinemachine": "3.1.2",
"com.unity.cinemachine": "3.1.3",
"com.unity.collab-proxy": "2.7.1",
"com.unity.ide.rider": "3.0.34",
"com.unity.ide.rider": "3.0.35",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.inputsystem": "1.13.1",
"com.unity.learn.iet-framework": "4.0.4",
"com.unity.learn.iet-framework.authoring": "1.2.2",
"com.unity.memoryprofiler": "1.1.5",
"com.unity.memoryprofiler": "1.1.6",
"com.unity.multiplayer.center": "1.0.0",
"com.unity.multiplayer.playmode": "1.3.3",
"com.unity.multiplayer.tools": "2.2.3",
"com.unity.netcode.gameobjects": "2.2.0",
"com.unity.performance.profile-analyzer": "1.2.3",
"com.unity.postprocessing": "3.4.0",
"com.unity.render-pipelines.universal": "17.0.4",
"com.unity.services.authentication": "3.4.0",
"com.unity.services.multiplayer": "1.1.1",
"com.unity.test-framework": "1.4.6",
"com.unity.timeline": "1.8.7",
"com.unity.services.authentication": "3.4.1",
"com.unity.services.multiplayer": "1.1.2",
"com.unity.test-framework": "1.5.1",
"com.unity.timeline": "1.8.8",
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.10",
"com.unity.transport": "2.4.0",
"com.unity.transport": "2.5.0",
"com.unity.ugui": "2.0.0",
"jp.hadashikick.vcontainer": "1.14.0",
"jp.hadashikick.vcontainer": "1.16.8",
"com.unity.modules.accessibility": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
Expand Down
37 changes: 18 additions & 19 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
"url": "https://packages.unity.com"
},
"com.unity.cinemachine": {
"version": "3.1.2",
"version": "3.1.3",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.splines": "2.0.0"
"com.unity.splines": "2.0.0",
"com.unity.modules.imgui": "1.0.0"
},
"url": "https://packages.unity.com"
},
Expand Down Expand Up @@ -63,12 +64,11 @@
"com.unity.ext.nunit": {
"version": "2.0.5",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
"source": "builtin",
"dependencies": {}
},
"com.unity.ide.rider": {
"version": "3.0.34",
"version": "3.0.35",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -121,7 +121,7 @@
"url": "https://packages.unity.com"
},
"com.unity.memoryprofiler": {
"version": "1.1.5",
"version": "1.1.6",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -155,9 +155,9 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.unity.learn.iet-framework": "3.1.3",
"com.unity.multiplayer.tools": "1.1.0",
"com.unity.netcode.gameobjects": "1.8.1"
"com.unity.learn.iet-framework": "4.0.4",
"com.unity.multiplayer.tools": "2.2.3",
"com.unity.netcode.gameobjects": "2.2.0"
}
},
"com.unity.multiplayer.tools": {
Expand Down Expand Up @@ -273,7 +273,7 @@
"url": "https://packages.unity.com"
},
"com.unity.services.authentication": {
"version": "3.4.0",
"version": "3.4.1",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -313,7 +313,7 @@
"url": "https://packages.unity.com"
},
"com.unity.services.multiplayer": {
"version": "1.1.1",
"version": "1.1.2",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -396,15 +396,14 @@
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.4.6",
"version": "1.5.1",
"depth": 0,
"source": "registry",
"source": "builtin",
"dependencies": {
"com.unity.ext.nunit": "2.0.3",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
}
},
"com.unity.test-framework.performance": {
"version": "3.0.3",
Expand All @@ -417,7 +416,7 @@
"url": "https://packages.unity.com"
},
"com.unity.timeline": {
"version": "1.8.7",
"version": "1.8.8",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -439,7 +438,7 @@
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "2.4.0",
"version": "2.5.0",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -459,7 +458,7 @@
}
},
"jp.hadashikick.vcontainer": {
"version": "1.14.0",
"version": "1.16.8",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 6000.0.42f1
m_EditorVersionWithRevision: 6000.0.42f1 (feb9a7235030)
m_EditorVersion: 6000.0.44f1
m_EditorVersionWithRevision: 6000.0.44f1 (726642cc4f1f)