Skip to content

Commit dbfbab5

Browse files
authored
Update Input system to 1.12.0 (#8126)
* Update Input system to 1.12.0 * fix: Change only the required part of the code
1 parent 95e0181 commit dbfbab5

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project template will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [17.0.7] - 2025-01-27
8+
9+
### Changed
10+
11+
- 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.
12+
- Set InputHandler to input system exclusive
13+
14+
715
## [17.0.6] - 2024-10-09
816

917
### Changed

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ErrorExceptions": [
33
{
44
"ValidationTest": "Primed Library Validation",
5-
"PackageVersion": "17.0.6"
5+
"PackageVersion": "17.0.7"
66
}
77
],
88
"WarningExceptions": []

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.template.hdrp-blank",
33
"displayName":"3D HDRP",
4-
"version": "17.0.6",
4+
"version": "17.0.7",
55
"type": "template",
66
"host": "hub",
77
"unity": "2023.3",
@@ -12,6 +12,7 @@
1212
"com.unity.render-pipelines.high-definition": "17.0.1",
1313
"com.unity.timeline": "1.8.6",
1414
"com.unity.ugui": "2.0.0",
15-
"com.unity.visualscripting": "1.9.1"
15+
"com.unity.visualscripting": "1.9.1",
16+
"com.unity.inputsystem": "1.12.0"
1617
}
1718
}

com.unity.template.hdrp-blank/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"com.unity.collab-proxy": "2.2.0",
44
"com.unity.feature.development": "1.0.2",
5-
"com.unity.inputsystem": "1.8.1",
5+
"com.unity.inputsystem": "1.12.0",
66
"com.unity.render-pipelines.high-definition": "17.0.1",
77
"com.unity.timeline": "1.8.6",
88
"com.unity.ugui": "2.0.0",

com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ PlayerSettings:
805805
qnxGraphicConfPath:
806806
apiCompatibilityLevel: 6
807807
captureStartupLogs: {}
808-
activeInputHandler: 2
808+
activeInputHandler: 1
809809
windowsGamepadBackendHint: 0
810810
cloudProjectId:
811811
framebufferDepthMemorylessMode: 0

0 commit comments

Comments
 (0)