Skip to content
Closed
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.2
- 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.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",
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.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",
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.11.2
- 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.11.2"
}
}
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.11.2",
"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