From 8dac9146442f7741e8f4d42e3f4d144c3d2070ff Mon Sep 17 00:00:00 2001 From: Paulius Dervinis Date: Thu, 19 Dec 2024 10:44:16 +0200 Subject: [PATCH 1/5] 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 2/5] 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 3/5] 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 4/5] 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 5/5] 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