From 8dac9146442f7741e8f4d42e3f4d144c3d2070ff Mon Sep 17 00:00:00 2001 From: Paulius Dervinis Date: Thu, 19 Dec 2024 10:44:16 +0200 Subject: [PATCH 01/13] Switch input backend to input system exclusive --- com.unity.template-hd/ProjectSettings/ProjectSettings.asset | 2 +- .../ProjectSettings/ProjectSettings.asset | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/com.unity.template-hd/ProjectSettings/ProjectSettings.asset b/com.unity.template-hd/ProjectSettings/ProjectSettings.asset index b5fa726bd4e..2b11f89d27d 100644 --- a/com.unity.template-hd/ProjectSettings/ProjectSettings.asset +++ b/com.unity.template-hd/ProjectSettings/ProjectSettings.asset @@ -721,7 +721,7 @@ PlayerSettings: m_VersionName: apiCompatibilityLevel: 6 captureStartupLogs: {} - activeInputHandler: 2 + activeInputHandler: 1 windowsGamepadBackendHint: 0 cloudProjectId: framebufferDepthMemorylessMode: 0 diff --git a/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset b/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset index 63d9cc225a4..80cc3c9461c 100644 --- a/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset +++ b/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset @@ -819,7 +819,7 @@ PlayerSettings: qnxGraphicConfPath: apiCompatibilityLevel: 6 captureStartupLogs: {} - activeInputHandler: 2 + activeInputHandler: 1 windowsGamepadBackendHint: 0 cloudProjectId: framebufferDepthMemorylessMode: 0 From a2f08f4843927b73e03cd2be8fc5640a5964a8e7 Mon Sep 17 00:00:00 2001 From: Paulius Dervinis Date: Thu, 19 Dec 2024 10:58:39 +0200 Subject: [PATCH 02/13] Add/update input dependency to latest version --- .../Packages/com.unity.template.hd/package.json | 2 +- .../Packages/com.unity.template.hdrp-blank/package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/package.json b/com.unity.template-hd/Packages/com.unity.template.hd/package.json index a5fa52ec6d5..7f75de0a974 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/package.json +++ b/com.unity.template-hd/Packages/com.unity.template.hd/package.json @@ -10,7 +10,7 @@ "com.unity.collab-proxy": "2.0.5", "com.unity.feature.development": "1.0.2", "com.unity.cinemachine": "2.9.5", - "com.unity.inputsystem": "1.8.1", + "com.unity.inputsystem": "1.11.2", "com.unity.learn.iet-framework": "3.1.3", "com.unity.render-pipelines.high-definition": "16.0.2", "com.unity.timeline": "1.8.3", diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json index 886da45f2d0..f953134c931 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json @@ -13,5 +13,6 @@ "com.unity.timeline": "1.8.6", "com.unity.ugui": "2.0.0", "com.unity.visualscripting": "1.9.1" + "com.unity.inputsystem": "1.11.2" } } From b2aa02b26691a8479d2bbcff9d9197a68990fd0e Mon Sep 17 00:00:00 2001 From: Paulius Dervinis Date: Thu, 19 Dec 2024 14:00:58 +0200 Subject: [PATCH 03/13] Update input system version in the manifest.json as well --- com.unity.template-hd/Packages/manifest.json | 2 +- com.unity.template.hdrp-blank/Packages/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/com.unity.template-hd/Packages/manifest.json b/com.unity.template-hd/Packages/manifest.json index 0ae404cd179..2ff273f342f 100644 --- a/com.unity.template-hd/Packages/manifest.json +++ b/com.unity.template-hd/Packages/manifest.json @@ -3,7 +3,7 @@ "com.unity.cinemachine": "2.9.5", "com.unity.collab-proxy": "2.0.5", "com.unity.feature.development": "1.0.2", - "com.unity.inputsystem": "1.8.1", + "com.unity.inputsystem": "1.11.2", "com.unity.learn.iet-framework": "3.1.3", "com.unity.learn.iet-framework.authoring": "1.2.2", "com.unity.render-pipelines.high-definition": "16.0.2", diff --git a/com.unity.template.hdrp-blank/Packages/manifest.json b/com.unity.template.hdrp-blank/Packages/manifest.json index f86003d1be6..0d29ac9d5f3 100644 --- a/com.unity.template.hdrp-blank/Packages/manifest.json +++ b/com.unity.template.hdrp-blank/Packages/manifest.json @@ -2,7 +2,7 @@ "dependencies": { "com.unity.collab-proxy": "2.2.0", "com.unity.feature.development": "1.0.2", - "com.unity.inputsystem": "1.8.1", + "com.unity.inputsystem": "1.11.2", "com.unity.render-pipelines.high-definition": "17.0.1", "com.unity.timeline": "1.8.6", "com.unity.ugui": "2.0.0", From 156d295a2aa4cf223cf19dd2e4dc5e6f40ba1d0d Mon Sep 17 00:00:00 2001 From: Paulius Dervinis Date: Thu, 19 Dec 2024 14:10:21 +0200 Subject: [PATCH 04/13] Up the version to 17.0.6 and add a changelog entry --- .../Packages/com.unity.template.hdrp-blank/CHANGELOG.md | 7 +++++++ .../ValidationExceptions.json | 2 +- .../Packages/com.unity.template.hdrp-blank/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md index 30e97003a0b..7b68791d83c 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project template will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [17.0.6] - 2024-09-22 + +### Changed + +- Upgrade input system version to 1.11.2 +- Set InputHandler to input system exclusive + ## [17.0.5] - 2024-09-22 ### Changed diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json index 39f31bfe43c..9c62357da95 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json @@ -2,7 +2,7 @@ "ErrorExceptions": [ { "ValidationTest": "Primed Library Validation", - "PackageVersion": "17.0.5" + "PackageVersion": "17.0.6" } ], "WarningExceptions": [] diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json index f953134c931..57962b8fa4f 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.template.hdrp-blank", "displayName":"3D HDRP", - "version": "17.0.5", + "version": "17.0.6", "type": "template", "host": "hub", "unity": "2023.3", From 2518cab0f20c8e7dc075db75c32710b8501cf533 Mon Sep 17 00:00:00 2001 From: Paulius Dervinis Date: Thu, 19 Dec 2024 14:13:16 +0200 Subject: [PATCH 05/13] Up the version to 16.0.11 and add a changelog entry --- .../Packages/com.unity.template.hd/CHANGELOG.md | 7 +++++++ .../com.unity.template.hd/ValidationExceptions.json | 2 +- .../Packages/com.unity.template.hd/package.json | 2 +- .../Packages/com.unity.template.hdrp-blank/CHANGELOG.md | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md index 16fd274eae2..7740733f1cb 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md +++ b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project template will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [16.0.11] - 2024-12-19 + +### Changed + +- Upgrade input system version to 1.11.2 +- Set InputHandler to input system exclusive + ## [16.0.10] - 2024-07-03 ### Fixed diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json b/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json index 629b795ef1a..735635d6e4c 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json +++ b/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json @@ -2,7 +2,7 @@ "ErrorExceptions": [ { "ValidationTest": "Primed Library Validation", - "PackageVersion": "16.0.10" + "PackageVersion": "16.0.11" } ], "WarningExceptions": [] diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/package.json b/com.unity.template-hd/Packages/com.unity.template.hd/package.json index 7f75de0a974..10d84b2ebfc 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/package.json +++ b/com.unity.template-hd/Packages/com.unity.template.hd/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.template.hd", "displayName": "High Definition RP", - "version": "16.0.10", + "version": "16.0.11", "type": "template", "host": "hub", "unity": "2023.2", diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md index 7b68791d83c..3ed4b142a32 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project template will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [17.0.6] - 2024-09-22 +## [17.0.6] - 2024-12-19 ### Changed From dcf28aa63e5f46daf224559fa6f3fc43f83cdbbb Mon Sep 17 00:00:00 2001 From: Paulius Dervinis <54306142+Pauliusd01@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:18:28 +0200 Subject: [PATCH 06/13] Update CHANGELOG.md --- .../Packages/com.unity.template.hd/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md index 7740733f1cb..03617cbf3c4 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md +++ b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed -- Upgrade input system version to 1.11.2 +- Upgrade input system version to 1.12.0 - Set InputHandler to input system exclusive ## [16.0.10] - 2024-07-03 From 33c4c98f5456ad46432b51d45cc57db7cb14cc03 Mon Sep 17 00:00:00 2001 From: Paulius Dervinis <54306142+Pauliusd01@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:18:59 +0200 Subject: [PATCH 07/13] Update package.json --- .../Packages/com.unity.template.hd/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/package.json b/com.unity.template-hd/Packages/com.unity.template.hd/package.json index 10d84b2ebfc..396f0853a0c 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/package.json +++ b/com.unity.template-hd/Packages/com.unity.template.hd/package.json @@ -10,7 +10,7 @@ "com.unity.collab-proxy": "2.0.5", "com.unity.feature.development": "1.0.2", "com.unity.cinemachine": "2.9.5", - "com.unity.inputsystem": "1.11.2", + "com.unity.inputsystem": "1.12.0", "com.unity.learn.iet-framework": "3.1.3", "com.unity.render-pipelines.high-definition": "16.0.2", "com.unity.timeline": "1.8.3", From 1b54dce5b4f3999fc9acef54af9bef0c7506c8be Mon Sep 17 00:00:00 2001 From: Paulius Dervinis <54306142+Pauliusd01@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:19:46 +0200 Subject: [PATCH 08/13] Update manifest.json --- com.unity.template-hd/Packages/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.template-hd/Packages/manifest.json b/com.unity.template-hd/Packages/manifest.json index 2ff273f342f..a57c124dea3 100644 --- a/com.unity.template-hd/Packages/manifest.json +++ b/com.unity.template-hd/Packages/manifest.json @@ -3,7 +3,7 @@ "com.unity.cinemachine": "2.9.5", "com.unity.collab-proxy": "2.0.5", "com.unity.feature.development": "1.0.2", - "com.unity.inputsystem": "1.11.2", + "com.unity.inputsystem": "1.12.0", "com.unity.learn.iet-framework": "3.1.3", "com.unity.learn.iet-framework.authoring": "1.2.2", "com.unity.render-pipelines.high-definition": "16.0.2", From 66b782b86ab5a511339e21614851e23fbb2ea2c3 Mon Sep 17 00:00:00 2001 From: Paulius Dervinis <54306142+Pauliusd01@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:20:46 +0200 Subject: [PATCH 09/13] Update package.json --- .../Packages/com.unity.template.hdrp-blank/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json index 57962b8fa4f..182f541d539 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json @@ -13,6 +13,6 @@ "com.unity.timeline": "1.8.6", "com.unity.ugui": "2.0.0", "com.unity.visualscripting": "1.9.1" - "com.unity.inputsystem": "1.11.2" + "com.unity.inputsystem": "1.12.0" } } From fa6d4a0dfb087eea06e82ec2a8f62dbe287c0b1d Mon Sep 17 00:00:00 2001 From: Paulius Dervinis <54306142+Pauliusd01@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:21:07 +0200 Subject: [PATCH 10/13] Update manifest.json --- com.unity.template.hdrp-blank/Packages/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.template.hdrp-blank/Packages/manifest.json b/com.unity.template.hdrp-blank/Packages/manifest.json index 0d29ac9d5f3..19b94f2139a 100644 --- a/com.unity.template.hdrp-blank/Packages/manifest.json +++ b/com.unity.template.hdrp-blank/Packages/manifest.json @@ -2,7 +2,7 @@ "dependencies": { "com.unity.collab-proxy": "2.2.0", "com.unity.feature.development": "1.0.2", - "com.unity.inputsystem": "1.11.2", + "com.unity.inputsystem": "1.12.0", "com.unity.render-pipelines.high-definition": "17.0.1", "com.unity.timeline": "1.8.6", "com.unity.ugui": "2.0.0", From 45b8a94a1db9f3c37ff498436c9410418fd0f426 Mon Sep 17 00:00:00 2001 From: Paulius Dervinis <54306142+Pauliusd01@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:21:28 +0200 Subject: [PATCH 11/13] Update CHANGELOG.md --- .../Packages/com.unity.template.hdrp-blank/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md index 3ed4b142a32..217c9e45558 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed -- Upgrade input system version to 1.11.2 +- Upgrade input system version to 1.12.0 - Set InputHandler to input system exclusive ## [17.0.5] - 2024-09-22 From 588dfa8762d34c0abc3185c7f260094bf26364cd Mon Sep 17 00:00:00 2001 From: Paulius Dervinis <54306142+Pauliusd01@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:04:51 +0200 Subject: [PATCH 12/13] Update CHANGELOG.md --- .../Packages/com.unity.template.hd/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md index 03617cbf3c4..4a08f6cf116 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md +++ b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed -- Upgrade input system version to 1.12.0 +- Upgrade input system version to 1.12.0 so that a warning message is shown on platforms which require additional platform specific input system packages to be installed. - Set InputHandler to input system exclusive ## [16.0.10] - 2024-07-03 From d9b4acacef9e8bb849734832f7bba99438307042 Mon Sep 17 00:00:00 2001 From: Paulius Dervinis <54306142+Pauliusd01@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:05:13 +0200 Subject: [PATCH 13/13] Update CHANGELOG.md --- .../Packages/com.unity.template.hdrp-blank/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md index 217c9e45558..125377b1d88 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed -- Upgrade input system version to 1.12.0 +- Upgrade input system version to 1.12.0 so that a warning message is shown on platforms which require additional platform specific input system packages to be installed. - Set InputHandler to input system exclusive ## [17.0.5] - 2024-09-22