Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set hd and hdrp-blank templates to use Input System exclusively in 6000.1 [ISX-2217] #8118

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -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.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

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ErrorExceptions": [
{
"ValidationTest": "Primed Library Validation",
"PackageVersion": "16.0.10"
"PackageVersion": "16.0.11"
}
],
"WarningExceptions": []
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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.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",
Expand Down
2 changes: 1 addition & 1 deletion com.unity.template-hd/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ PlayerSettings:
m_VersionName:
apiCompatibilityLevel: 6
captureStartupLogs: {}
activeInputHandler: 2
activeInputHandler: 1
windowsGamepadBackendHint: 0
cloudProjectId:
framebufferDepthMemorylessMode: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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-12-19

### Changed

- 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

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ErrorExceptions": [
{
"ValidationTest": "Primed Library Validation",
"PackageVersion": "17.0.5"
"PackageVersion": "17.0.6"
}
],
"WarningExceptions": []
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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.12.0"
}
}
2 changes: 1 addition & 1 deletion com.unity.template.hdrp-blank/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0",
"com.unity.render-pipelines.high-definition": "17.0.1",
"com.unity.timeline": "1.8.6",
"com.unity.ugui": "2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ PlayerSettings:
qnxGraphicConfPath:
apiCompatibilityLevel: 6
captureStartupLogs: {}
activeInputHandler: 2
activeInputHandler: 1
windowsGamepadBackendHint: 0
cloudProjectId:
framebufferDepthMemorylessMode: 0
Expand Down