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
4 changes: 2 additions & 2 deletions Assets/Fonts/Bungee-Regular SDF.asset
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions Assets/UniversalRenderPipelineGlobalSettings.asset
Git LFS file not shown
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ Additional documentation and release notes are available at [Multiplayer Documen
* com.unity.netcode.gameobjects from v2.0.0 to v2.1.1
* VContainer package upgraded from v1.11.0 to v1.14.0 (#896) This upgrade removes warning messages related to IL weaving as code gen is refactored in v1.14.0
* Upgraded the project to the New Input System v1.11.2 (#897) Compatibility mode with the previous version has been disabled.
* Upgraded editor version to 6000.0.42f1 and upgraded packages (#901):
* com.unity.ai.navigation from v2.0.5 to v2.0.6
* com.unity.collab-proxy from v2.6.0 to v2.7.1
* com.unity.inputsystem from v1.11.2 to v1.13.1
* com.unity.learn.iet-framework from v4.0.3 to v4.0.4
* com.unity.memoryprofiler from v1.1.3 to v1.1.5
* com.unity.netcode.gameobjects from v2.1.1 to v2.2.0
* 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

### Cleanup
* Removed ParrelSync from the project (#890)
Expand All @@ -38,6 +48,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
* Added the GetTotalDamage API to the IDamageable interface. This number is your maximum health minus your current health.
* Changed the way MeleeAction selects a target when there are multiple targets to collide with. The target with the highest GetTotalDamage value (mentioned above) will be selected.
* Fixed a visual issue where a selected party member's party HUD slot would be displayed as selected (green) when the same or new party member joins the session in-game (#899)
* Fixed Render Graph API compatibility mode warning and switched active input handling settings to "both" for removing InvalidOperationException (#901)

## [2.5.0] - 2024-04-18

Expand Down
18 changes: 9 additions & 9 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.ai.navigation": "2.0.5",
"com.unity.ai.navigation": "2.0.6",
"com.unity.cinemachine": "3.1.2",
"com.unity.collab-proxy": "2.6.0",
"com.unity.collab-proxy": "2.7.1",
"com.unity.ide.rider": "3.0.34",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.inputsystem": "1.11.2",
"com.unity.learn.iet-framework": "4.0.3",
"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.3",
"com.unity.memoryprofiler": "1.1.5",
"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.1.1",
"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.3",
"com.unity.render-pipelines.universal": "17.0.4",
"com.unity.services.authentication": "3.4.0",
"com.unity.services.multiplayer": "1.1.0",
"com.unity.test-framework": "1.4.5",
"com.unity.services.multiplayer": "1.1.1",
"com.unity.test-framework": "1.4.6",
"com.unity.timeline": "1.8.7",
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.10",
"com.unity.transport": "2.4.0",
Expand Down
38 changes: 19 additions & 19 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {}
},
"com.unity.ai.navigation": {
"version": "2.0.5",
"version": "2.0.6",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -16,7 +16,7 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.18",
"version": "1.8.19",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -35,7 +35,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.6.0",
"version": "2.7.1",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -86,7 +86,7 @@
"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.11.2",
"version": "1.13.1",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -95,7 +95,7 @@
"url": "https://packages.unity.com"
},
"com.unity.learn.iet-framework": {
"version": "4.0.3",
"version": "4.0.4",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -121,7 +121,7 @@
"url": "https://packages.unity.com"
},
"com.unity.memoryprofiler": {
"version": "1.1.3",
"version": "1.1.5",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -176,11 +176,11 @@
"url": "https://packages.unity.com"
},
"com.unity.netcode.gameobjects": {
"version": "2.1.1",
"version": "2.2.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.transport": "2.3.0",
"com.unity.transport": "2.4.0",
"com.unity.nuget.mono-cecil": "1.11.4"
},
"url": "https://packages.unity.com"
Expand Down Expand Up @@ -223,7 +223,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "17.0.3",
"version": "17.0.4",
"depth": 1,
"source": "builtin",
"dependencies": {
Expand All @@ -238,12 +238,12 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "17.0.3",
"version": "17.0.4",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "17.0.3",
"com.unity.shadergraph": "17.0.3",
"com.unity.render-pipelines.core": "17.0.4",
"com.unity.shadergraph": "17.0.4",
"com.unity.render-pipelines.universal-config": "17.0.3"
}
},
Expand All @@ -266,7 +266,7 @@
}
},
"com.unity.searcher": {
"version": "4.9.2",
"version": "4.9.3",
"depth": 2,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -313,7 +313,7 @@
"url": "https://packages.unity.com"
},
"com.unity.services.multiplayer": {
"version": "1.1.0",
"version": "1.1.1",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -343,7 +343,7 @@
"url": "https://packages.unity.com"
},
"com.unity.services.wire": {
"version": "1.2.7",
"version": "1.3.0",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -361,12 +361,12 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "17.0.3",
"version": "17.0.4",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "17.0.3",
"com.unity.searcher": "4.9.2"
"com.unity.render-pipelines.core": "17.0.4",
"com.unity.searcher": "4.9.3"
}
},
"com.unity.splines": {
Expand Down Expand Up @@ -396,7 +396,7 @@
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.4.5",
"version": "1.4.6",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Git LFS file not shown
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.32f1
m_EditorVersionWithRevision: 6000.0.32f1 (b2e806cf271c)
m_EditorVersion: 6000.0.42f1
m_EditorVersionWithRevision: 6000.0.42f1 (feb9a7235030)