File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
com.unity.template.hdrp-blank/Packages
com.unity.template.hdrp-blank Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ 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
+
8
+
9
+ ## [ 17.0.2] - 2024-03-05
10
+
11
+ ### Changed
12
+
13
+ - Add Input System version 1.7.0 to manifest
14
+
7
15
## [ 17.0.1] - 2024-01-31
8
16
9
17
### 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.1 "
5
+ "PackageVersion" : " 17.0.2 "
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.1 " ,
4
+ "version" : " 17.0.2 " ,
5
5
"type" : " template" ,
6
6
"host" : " hub" ,
7
7
"unity" : " 2023.3" ,
Original file line number Diff line number Diff line change 2
2
"dependencies" : {
3
3
"com.unity.collab-proxy" : " 2.2.0" ,
4
4
"com.unity.feature.development" : " 1.0.2" ,
5
+ "com.unity.inputsystem" : " 1.7.0" ,
5
6
"com.unity.package-validation-suite" : " 0.22.0-preview" ,
6
7
"com.unity.render-pipelines.high-definition" : " 17.0.1" ,
7
8
"com.unity.timeline" : " 1.8.6" ,
You can’t perform that action at this time.
0 commit comments