diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md index d6b3e83de9d..9d0237da9c6 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md +++ b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md @@ -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.7] - 2024-02-13 + +### Changed + +- Downgraded input system version to 1.7.0 + ## [16.0.6] - 2024-01-31 ### Changed diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json b/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json index 596a3d4725b..f1638615155 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json +++ b/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json @@ -2,7 +2,7 @@ "ErrorExceptions": [ { "ValidationTest": "Primed Library Validation", - "PackageVersion": "16.0.6" + "PackageVersion": "16.0.7" } ], "WarningExceptions": [] diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/package.json b/com.unity.template-hd/Packages/com.unity.template.hd/package.json index 12425146860..5c753655579 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/package.json +++ b/com.unity.template-hd/Packages/com.unity.template.hd/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.template.hd", "displayName": "High Definition RP", - "version": "16.0.6", + "version": "16.0.7", "type": "template", "host": "hub", "unity": "2023.2", @@ -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.0-pre.2", + "com.unity.inputsystem": "1.7.0", "com.unity.learn.iet-framework": "3.1.3", "com.unity.render-pipelines.high-definition": "16.0.2", "com.unity.timeline": "1.8.3", diff --git a/com.unity.template-hd/Packages/manifest.json b/com.unity.template-hd/Packages/manifest.json index c2a976d3af5..e8045b7e3f7 100644 --- a/com.unity.template-hd/Packages/manifest.json +++ b/com.unity.template-hd/Packages/manifest.json @@ -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.0-pre.2", + "com.unity.inputsystem": "1.7.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",