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

[HDRP Templates] Updating active input handler and bumping both HDRP Sample Versions #8027

Merged
merged 4 commits into from
Jan 31, 2024
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
Next Next commit
Update HDRP Sample to 16.0.6 and set Input System as default handler
  • Loading branch information
LagueKristin committed Jan 31, 2024
commit 4ef93f015ddeeceec47373a3ce7cc8fd1c526c7d
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.6] - 2024-01-31

### Changed

- Updated Input System version in dependencies
- Changed active input handler to Input System

## [16.0.5] - 2023-11-15

### 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": "16.0.5"
"PackageVersion": "16.0.6"
}
],
"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.5",
"version": "16.0.6",
"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.6.1",
"com.unity.inputsystem": "1.8.0-pre.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
11 changes: 6 additions & 5 deletions com.unity.template-hd/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"dependencies": {
"com.unity.cinemachine": "2.9.5",
"com.unity.collab-proxy": "2.0.5",
"com.unity.collab-proxy": "2.2.0",
"com.unity.feature.development": "1.0.2",
"com.unity.inputsystem": "1.6.1",
"com.unity.inputsystem": "1.8.0-pre.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",
"com.unity.timeline": "1.8.3",
"com.unity.render-pipelines.high-definition": "17.0.2",
"com.unity.timeline": "1.8.6",
"com.unity.ugui": "2.0.0",
"com.unity.visualscripting": "1.8.0",
"com.unity.visualscripting": "1.9.1",
"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
4 changes: 3 additions & 1 deletion com.unity.template-hd/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,9 @@ PlayerSettings:
m_VersionCode: 1
m_VersionName:
apiCompatibilityLevel: 6
activeInputHandler: 2
captureStartupLogs: {}
activeInputHandler: 1
windowsGamepadBackendHint: 0
cloudProjectId:
framebufferDepthMemorylessMode: 0
qualitySettingsNames: []
Expand Down