Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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,12 @@ 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] - 2025-01-27

### Changed

- Upgrade input system version to 1.12.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We added a litte more in the alternative PR.

  • 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

(See https://github.com/Unity-Technologies/Graphics/pull/8118/files)


## [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,20 +1,20 @@
{
"name": "com.unity.template.hd",
"displayName": "High Definition RP",
"version": "16.0.10",
"version": "16.0.11",
"type": "template",
"host": "hub",
"unity": "2023.2",
"unity": "6000.1",
"description": "This template utilizes the High Definition Render Pipeline. Making it a good starting point for people focused on high-end graphics that want to develop games for platforms that support Shader Model 5.0 (DX11 and above). \n\nBeyond being tuned for High End visuals this project includes\n\u25aa Shadergraph \n\u25aa Visual Effect Graph \n\u25aa Presets \n\u25aa Example content",
"dependencies": {
"com.unity.collab-proxy": "2.0.5",
"com.unity.collab-proxy": "2.6.0",
"com.unity.feature.development": "1.0.2",
"com.unity.cinemachine": "2.9.5",
"com.unity.inputsystem": "1.8.1",
"com.unity.learn.iet-framework": "3.1.3",
"com.unity.render-pipelines.high-definition": "16.0.2",
"com.unity.timeline": "1.8.3",
"com.unity.cinemachine": "2.10.3",
"com.unity.inputsystem": "1.12.0",
"com.unity.learn.iet-framework": "4.0.3",
"com.unity.render-pipelines.high-definition": "17.0.3",
"com.unity.timeline": "1.8.7",
"com.unity.ugui": "2.0.0",
"com.unity.visualscripting": "1.8.0"
"com.unity.visualscripting": "1.9.5"
}
}
16 changes: 9 additions & 7 deletions com.unity.template-hd/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"dependencies": {
"com.unity.cinemachine": "2.9.5",
"com.unity.collab-proxy": "2.0.5",
"com.unity.cinemachine": "2.10.3",
"com.unity.collab-proxy": "2.6.0",
"com.unity.feature.development": "1.0.2",
"com.unity.inputsystem": "1.8.1",
"com.unity.learn.iet-framework": "3.1.3",
"com.unity.inputsystem": "1.12.0",
"com.unity.learn.iet-framework": "4.0.3",
"com.unity.learn.iet-framework.authoring": "1.2.2",
"com.unity.render-pipelines.high-definition": "16.0.2",
"com.unity.timeline": "1.8.3",
"com.unity.multiplayer.center": "1.0.0",
"com.unity.render-pipelines.high-definition": "17.0.3",
"com.unity.timeline": "1.8.7",
"com.unity.ugui": "2.0.0",
"com.unity.visualscripting": "1.8.0",
"com.unity.visualscripting": "1.9.5",
"com.unity.modules.accessibility": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
Loading
Loading