File tree Expand file tree Collapse file tree 9 files changed +23
-8
lines changed
com.unity.template.hdrp-blank
Packages/com.unity.template.hdrp-blank Expand file tree Collapse file tree 9 files changed +23
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project template will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 16.0.6] - 2024-01-31
8
+
9
+ ### Changed
10
+
11
+ - Updated input system version
12
+ - Changed active input handler to Input System
13
+
7
14
## [ 16.0.5] - 2023-11-15
8
15
9
16
### Changed
Original file line number Diff line number Diff line change 2
2
"ErrorExceptions" : [
3
3
{
4
4
"ValidationTest" : " Primed Library Validation" ,
5
- "PackageVersion" : " 16.0.5 "
5
+ "PackageVersion" : " 16.0.6 "
6
6
}
7
7
],
8
8
"WarningExceptions" : []
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.unity.template.hd" ,
3
3
"displayName" : " High Definition RP" ,
4
- "version" : " 16.0.5 " ,
4
+ "version" : " 16.0.6 " ,
5
5
"type" : " template" ,
6
6
"host" : " hub" ,
7
7
"unity" : " 2023.2" ,
10
10
"com.unity.collab-proxy" : " 2.0.5" ,
11
11
"com.unity.feature.development" : " 1.0.2" ,
12
12
"com.unity.cinemachine" : " 2.9.5" ,
13
- "com.unity.inputsystem" : " 1.6.1 " ,
13
+ "com.unity.inputsystem" : " 1.8.0-pre.2 " ,
14
14
"com.unity.learn.iet-framework" : " 3.1.3" ,
15
15
"com.unity.render-pipelines.high-definition" : " 16.0.2" ,
16
16
"com.unity.timeline" : " 1.8.3" ,
Original file line number Diff line number Diff line change 3
3
"com.unity.cinemachine" : " 2.9.5" ,
4
4
"com.unity.collab-proxy" : " 2.0.5" ,
5
5
"com.unity.feature.development" : " 1.0.2" ,
6
- "com.unity.inputsystem" : " 1.6.1 " ,
6
+ "com.unity.inputsystem" : " 1.8.0-pre.2 " ,
7
7
"com.unity.learn.iet-framework" : " 3.1.3" ,
8
8
"com.unity.learn.iet-framework.authoring" : " 1.2.2" ,
9
9
"com.unity.render-pipelines.high-definition" : " 16.0.2" ,
Original file line number Diff line number Diff line change @@ -720,7 +720,9 @@ PlayerSettings:
720
720
m_VersionCode : 1
721
721
m_VersionName :
722
722
apiCompatibilityLevel : 6
723
- activeInputHandler : 2
723
+ captureStartupLogs : {}
724
+ activeInputHandler : 1
725
+ windowsGamepadBackendHint : 0
724
726
cloudProjectId :
725
727
framebufferDepthMemorylessMode : 0
726
728
qualitySettingsNames : []
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project template will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 17.0.1] - 2024-01-31
8
+
9
+ ### Changed
10
+
11
+ - Set Input System as active input handler
12
+
7
13
## [ 17.0.0] - 2023-11-15
8
14
9
15
### Changed
Original file line number Diff line number Diff line change 2
2
"ErrorExceptions" : [
3
3
{
4
4
"ValidationTest" : " Primed Library Validation" ,
5
- "PackageVersion" : " 17.0.0 "
5
+ "PackageVersion" : " 17.0.1 "
6
6
}
7
7
],
8
8
"WarningExceptions" : []
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.unity.template.hdrp-blank" ,
3
3
"displayName" :" 3D HDRP" ,
4
- "version" : " 17.0.0 " ,
4
+ "version" : " 17.0.1 " ,
5
5
"type" : " template" ,
6
6
"host" : " hub" ,
7
7
"unity" : " 2023.3" ,
Original file line number Diff line number Diff line change @@ -813,7 +813,7 @@ PlayerSettings:
813
813
qnxGraphicConfPath :
814
814
apiCompatibilityLevel : 6
815
815
captureStartupLogs : {}
816
- activeInputHandler : 0
816
+ activeInputHandler : 1
817
817
windowsGamepadBackendHint : 0
818
818
cloudProjectId :
819
819
framebufferDepthMemorylessMode : 0
You can’t perform that action at this time.
0 commit comments