Skip to content

Commit 504e639

Browse files
authored
Update input system to 1.12.0 (#8125)
* Update input system to 1.12.0 * fix: Change only the required part of the code
1 parent dbfbab5 commit 504e639

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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+
## [16.0.11] - 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+
714
## [16.0.10] - 2024-07-03
815

916
### Fixed

com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ErrorExceptions": [
33
{
44
"ValidationTest": "Primed Library Validation",
5-
"PackageVersion": "16.0.10"
5+
"PackageVersion": "16.0.11"
66
}
77
],
88
"WarningExceptions": []

com.unity.template-hd/Packages/com.unity.template.hd/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.template.hd",
33
"displayName": "High Definition RP",
4-
"version": "16.0.10",
4+
"version": "16.0.11",
55
"type": "template",
66
"host": "hub",
77
"unity": "2023.2",
@@ -10,7 +10,7 @@
1010
"com.unity.collab-proxy": "2.0.5",
1111
"com.unity.feature.development": "1.0.2",
1212
"com.unity.cinemachine": "2.9.5",
13-
"com.unity.inputsystem": "1.8.1",
13+
"com.unity.inputsystem": "1.12.0",
1414
"com.unity.learn.iet-framework": "3.1.3",
1515
"com.unity.render-pipelines.high-definition": "16.0.2",
1616
"com.unity.timeline": "1.8.3",

com.unity.template-hd/Packages/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"com.unity.cinemachine": "2.9.5",
44
"com.unity.collab-proxy": "2.0.5",
55
"com.unity.feature.development": "1.0.2",
6-
"com.unity.inputsystem": "1.8.1",
6+
"com.unity.inputsystem": "1.12.0",
77
"com.unity.learn.iet-framework": "3.1.3",
88
"com.unity.learn.iet-framework.authoring": "1.2.2",
99
"com.unity.render-pipelines.high-definition": "16.0.2",

com.unity.template-hd/ProjectSettings/ProjectSettings.asset

+1-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ PlayerSettings:
721721
m_VersionName:
722722
apiCompatibilityLevel: 6
723723
captureStartupLogs: {}
724-
activeInputHandler: 2
724+
activeInputHandler: 1
725725
windowsGamepadBackendHint: 0
726726
cloudProjectId:
727727
framebufferDepthMemorylessMode: 0

0 commit comments

Comments
 (0)