Skip to content

Commit 6ea1d0b

Browse files
authored
Merge pull request #8056 from Unity-Technologies/update-project-active-input-handling
[HDRP Template] Upgrade Input System to 1.8.1 in 3D Sample
2 parents e018501 + 2d95f79 commit 6ea1d0b

File tree

8 files changed

+1087
-6
lines changed

8 files changed

+1087
-6
lines changed

com.unity.template-hd/Assets/InputSystem_Actions.inputactions

Lines changed: 1057 additions & 0 deletions
Large diffs are not rendered by default.

com.unity.template-hd/Assets/InputSystem_Actions.inputactions.meta

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project template will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [16.0.8] - 2024-04-05
8+
9+
### Changed
10+
11+
- Upgrade input system version to 1.8.1
12+
- Set InputHandler to both
13+
- Create InputActions.asset
14+
715
## [16.0.7] - 2024-02-13
816

917
### Changed

com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ErrorExceptions": [
33
{
44
"ValidationTest": "Primed Library Validation",
5-
"PackageVersion": "16.0.7"
5+
"PackageVersion": "16.0.8"
66
}
77
],
88
"WarningExceptions": []

com.unity.template-hd/Packages/com.unity.template.hd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.template.hd",
33
"displayName": "High Definition RP",
4-
"version": "16.0.7",
4+
"version": "16.0.8",
55
"type": "template",
66
"host": "hub",
77
"unity": "2023.2",
@@ -10,7 +10,7 @@
1010
"com.unity.collab-proxy": "2.0.5",
1111
"com.unity.feature.development": "1.0.2",
1212
"com.unity.cinemachine": "2.9.5",
13-
"com.unity.inputsystem": "1.7.0",
13+
"com.unity.inputsystem": "1.8.1",
1414
"com.unity.learn.iet-framework": "3.1.3",
1515
"com.unity.render-pipelines.high-definition": "16.0.2",
1616
"com.unity.timeline": "1.8.3",

com.unity.template-hd/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"com.unity.cinemachine": "2.9.5",
44
"com.unity.collab-proxy": "2.0.5",
55
"com.unity.feature.development": "1.0.2",
6-
"com.unity.inputsystem": "1.7.0",
6+
"com.unity.inputsystem": "1.8.1",
77
"com.unity.learn.iet-framework": "3.1.3",
88
"com.unity.learn.iet-framework.authoring": "1.2.2",
99
"com.unity.render-pipelines.high-definition": "16.0.2",

com.unity.template-hd/ProjectSettings/EditorBuildSettings.asset

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ EditorBuildSettings:
88
- enabled: 1
99
path: Assets/SampleSceneAssets/Scenes/SampleScene.unity
1010
guid: 3db1837cc97a95e4c98610966fac2b0b
11-
m_configObjects: {}
11+
m_configObjects:
12+
com.unity.input.settings.actions: {fileID: -944628639613478452, guid: dc70d2c4f369241dd99afd7c451b813e, type: 3}
13+
m_UseUCBPForAssetBundles: 0

com.unity.template-hd/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ PlayerSettings:
721721
m_VersionName:
722722
apiCompatibilityLevel: 6
723723
captureStartupLogs: {}
724-
activeInputHandler: 1
724+
activeInputHandler: 2
725725
windowsGamepadBackendHint: 0
726726
cloudProjectId:
727727
framebufferDepthMemorylessMode: 0

0 commit comments

Comments
 (0)