Skip to content

Commit 286a7bc

Browse files
committed
Update Input system to 1.12.0
1 parent f754346 commit 286a7bc

File tree

7 files changed

+246
-79
lines changed

7 files changed

+246
-79
lines changed

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
## [17.0.7] - 2025-01-27
8+
9+
### Changed
10+
11+
- Upgrade input system version to 1.12.0
12+
713
## [17.0.6] - 2024-10-09
814

915
### Changed

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/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": "17.0.6"
5+
"PackageVersion": "17.0.7"
66
}
77
],
88
"WarningExceptions": []
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
{
22
"name": "com.unity.template.hdrp-blank",
33
"displayName":"3D HDRP",
4-
"version": "17.0.6",
4+
"version": "17.0.7",
55
"type": "template",
66
"host": "hub",
7-
"unity": "2023.3",
7+
"unity": "6000.1",
88
"description": "This template includes the settings and assets you need to start creating with the High Definition Render Pipeline (HDRP).",
99
"dependencies": {
10-
"com.unity.collab-proxy": "2.2.0",
10+
"com.unity.collab-proxy": "2.6.0",
1111
"com.unity.feature.development": "1.0.2",
12-
"com.unity.render-pipelines.high-definition": "17.0.1",
13-
"com.unity.timeline": "1.8.6",
12+
"com.unity.inputsystem": "1.12.0",
13+
"com.unity.multiplayer.center": "1.0.0",
14+
"com.unity.render-pipelines.high-definition": "17.0.3",
15+
"com.unity.timeline": "1.8.7",
1416
"com.unity.ugui": "2.0.0",
15-
"com.unity.visualscripting": "1.9.1"
17+
"com.unity.visualscripting": "1.9.5",
18+
"com.unity.modules.accessibility": "1.0.0"
1619
}
1720
}
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "2.2.0",
3+
"com.unity.collab-proxy": "2.6.0",
44
"com.unity.feature.development": "1.0.2",
5-
"com.unity.inputsystem": "1.8.1",
6-
"com.unity.render-pipelines.high-definition": "17.0.1",
7-
"com.unity.timeline": "1.8.6",
5+
"com.unity.inputsystem": "1.12.0",
6+
"com.unity.multiplayer.center": "1.0.0",
7+
"com.unity.render-pipelines.high-definition": "17.0.3",
8+
"com.unity.timeline": "1.8.7",
89
"com.unity.ugui": "2.0.0",
9-
"com.unity.visualscripting": "1.9.1",
10+
"com.unity.visualscripting": "1.9.5",
1011
"com.unity.modules.accessibility": "1.0.0"
1112
}
1213
}

com.unity.template.hdrp-blank/Packages/packages-lock.json

Lines changed: 92 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
{
22
"dependencies": {
33
"com.unity.burst": {
4-
"version": "1.8.9",
5-
"depth": 1,
4+
"version": "1.8.18",
5+
"depth": 2,
66
"source": "registry",
77
"dependencies": {
8-
"com.unity.mathematics": "1.2.1"
8+
"com.unity.mathematics": "1.2.1",
9+
"com.unity.modules.jsonserialize": "1.0.0"
910
},
1011
"url": "https://packages.unity.com"
1112
},
1213
"com.unity.collab-proxy": {
13-
"version": "2.2.0",
14+
"version": "2.6.0",
1415
"depth": 0,
1516
"source": "registry",
1617
"dependencies": {},
1718
"url": "https://packages.unity.com"
1819
},
1920
"com.unity.collections": {
20-
"version": "2.2.0",
21-
"depth": 1,
21+
"version": "2.5.1",
22+
"depth": 2,
2223
"source": "registry",
2324
"dependencies": {
24-
"com.unity.burst": "1.8.4",
25-
"com.unity.modules.unityanalytics": "1.0.0",
26-
"com.unity.nuget.mono-cecil": "1.11.4"
25+
"com.unity.burst": "1.8.17",
26+
"com.unity.test-framework": "1.4.5",
27+
"com.unity.nuget.mono-cecil": "1.11.4",
28+
"com.unity.test-framework.performance": "3.0.3"
2729
},
2830
"url": "https://packages.unity.com"
2931
},
@@ -47,15 +49,15 @@
4749
"source": "builtin",
4850
"dependencies": {
4951
"com.unity.ide.visualstudio": "2.0.22",
50-
"com.unity.ide.rider": "3.0.26",
52+
"com.unity.ide.rider": "3.0.34",
5153
"com.unity.editorcoroutines": "1.0.0",
52-
"com.unity.performance.profile-analyzer": "1.2.2",
53-
"com.unity.test-framework": "1.3.9",
54-
"com.unity.testtools.codecoverage": "1.2.4"
54+
"com.unity.performance.profile-analyzer": "1.2.3",
55+
"com.unity.test-framework": "1.4.5",
56+
"com.unity.testtools.codecoverage": "1.2.6"
5557
}
5658
},
5759
"com.unity.ide.rider": {
58-
"version": "3.0.26",
60+
"version": "3.0.34",
5961
"depth": 1,
6062
"source": "registry",
6163
"dependencies": {
@@ -72,75 +74,89 @@
7274
},
7375
"url": "https://packages.unity.com"
7476
},
77+
"com.unity.inputsystem": {
78+
"version": "1.12.0",
79+
"depth": 0,
80+
"source": "registry",
81+
"dependencies": {
82+
"com.unity.modules.uielements": "1.0.0"
83+
},
84+
"url": "https://packages.unity.com"
85+
},
7586
"com.unity.mathematics": {
76-
"version": "1.2.6",
77-
"depth": 1,
87+
"version": "1.3.2",
88+
"depth": 2,
7889
"source": "registry",
7990
"dependencies": {},
8091
"url": "https://packages.unity.com"
8192
},
93+
"com.unity.multiplayer.center": {
94+
"version": "1.0.0",
95+
"depth": 0,
96+
"source": "builtin",
97+
"dependencies": {
98+
"com.unity.modules.uielements": "1.0.0"
99+
}
100+
},
82101
"com.unity.nuget.mono-cecil": {
83102
"version": "1.11.4",
84-
"depth": 1,
103+
"depth": 3,
85104
"source": "registry",
86105
"dependencies": {},
87106
"url": "https://packages.unity.com"
88107
},
89108
"com.unity.performance.profile-analyzer": {
90-
"version": "1.2.2",
109+
"version": "1.2.3",
91110
"depth": 1,
92111
"source": "registry",
93112
"dependencies": {},
94113
"url": "https://packages.unity.com"
95114
},
96115
"com.unity.render-pipelines.core": {
97-
"version": "17.0.1",
116+
"version": "17.0.3",
98117
"depth": 1,
99118
"source": "builtin",
100119
"dependencies": {
101-
"com.unity.collections": "2.2.0",
102-
"com.unity.mathematics": "1.2.6",
120+
"com.unity.burst": "1.8.14",
121+
"com.unity.mathematics": "1.3.2",
103122
"com.unity.ugui": "2.0.0",
123+
"com.unity.collections": "2.4.3",
104124
"com.unity.modules.physics": "1.0.0",
105125
"com.unity.modules.terrain": "1.0.0",
106126
"com.unity.modules.jsonserialize": "1.0.0",
107-
"com.unity.rendering.light-transport": "1.0.0"
127+
"com.unity.rendering.light-transport": "1.0.1"
108128
}
109129
},
110130
"com.unity.render-pipelines.high-definition": {
111-
"version": "17.0.1",
131+
"version": "17.0.3",
112132
"depth": 0,
113133
"source": "builtin",
114134
"dependencies": {
115-
"com.unity.mathematics": "1.2.4",
116-
"com.unity.collections": "2.2.0",
117-
"com.unity.burst": "1.8.9",
118135
"com.unity.modules.video": "1.0.0",
119136
"com.unity.modules.animation": "1.0.0",
120137
"com.unity.modules.imageconversion": "1.0.0",
121-
"com.unity.modules.terrain": "1.0.0",
122-
"com.unity.render-pipelines.core": "17.0.1",
123-
"com.unity.shadergraph": "17.0.1",
124-
"com.unity.visualeffectgraph": "17.0.1",
125-
"com.unity.render-pipelines.high-definition-config": "17.0.1"
138+
"com.unity.render-pipelines.core": "17.0.3",
139+
"com.unity.shadergraph": "17.0.3",
140+
"com.unity.visualeffectgraph": "17.0.3",
141+
"com.unity.render-pipelines.high-definition-config": "17.0.3"
126142
}
127143
},
128144
"com.unity.render-pipelines.high-definition-config": {
129-
"version": "17.0.1",
145+
"version": "17.0.3",
130146
"depth": 1,
131147
"source": "builtin",
132148
"dependencies": {
133-
"com.unity.render-pipelines.core": "17.0.1"
149+
"com.unity.render-pipelines.core": "17.0.3"
134150
}
135151
},
136152
"com.unity.rendering.light-transport": {
137-
"version": "1.0.0",
153+
"version": "1.0.1",
138154
"depth": 2,
139155
"source": "builtin",
140156
"dependencies": {
141157
"com.unity.collections": "2.2.0",
142158
"com.unity.mathematics": "1.2.4",
143-
"com.unity.render-pipelines.core": "17.0.0"
159+
"com.unity.modules.terrain": "1.0.0"
144160
}
145161
},
146162
"com.unity.searcher": {
@@ -158,11 +174,11 @@
158174
"url": "https://packages.unity.com"
159175
},
160176
"com.unity.shadergraph": {
161-
"version": "17.0.1",
177+
"version": "17.0.3",
162178
"depth": 1,
163179
"source": "builtin",
164180
"dependencies": {
165-
"com.unity.render-pipelines.core": "17.0.1",
181+
"com.unity.render-pipelines.core": "17.0.3",
166182
"com.unity.searcher": "4.9.2"
167183
}
168184
},
@@ -171,16 +187,19 @@
171187
"depth": 0,
172188
"source": "embedded",
173189
"dependencies": {
174-
"com.unity.collab-proxy": "2.0.0",
175-
"com.unity.feature.development": "1.0.1",
176-
"com.unity.render-pipelines.high-definition": "16.0.0",
177-
"com.unity.timeline": "1.7.3",
190+
"com.unity.collab-proxy": "2.6.0",
191+
"com.unity.feature.development": "1.0.2",
192+
"com.unity.inputsystem": "1.12.0",
193+
"com.unity.multiplayer.center": "1.0.0",
194+
"com.unity.render-pipelines.high-definition": "17.0.3",
195+
"com.unity.timeline": "1.8.7",
178196
"com.unity.ugui": "2.0.0",
179-
"com.unity.visualscripting": "1.8.0"
197+
"com.unity.visualscripting": "1.9.5",
198+
"com.unity.modules.accessibility": "1.0.0"
180199
}
181200
},
182201
"com.unity.test-framework": {
183-
"version": "1.3.9",
202+
"version": "1.4.5",
184203
"depth": 1,
185204
"source": "registry",
186205
"dependencies": {
@@ -190,8 +209,18 @@
190209
},
191210
"url": "https://packages.unity.com"
192211
},
212+
"com.unity.test-framework.performance": {
213+
"version": "3.0.3",
214+
"depth": 3,
215+
"source": "registry",
216+
"dependencies": {
217+
"com.unity.test-framework": "1.1.31",
218+
"com.unity.modules.jsonserialize": "1.0.0"
219+
},
220+
"url": "https://packages.unity.com"
221+
},
193222
"com.unity.testtools.codecoverage": {
194-
"version": "1.2.4",
223+
"version": "1.2.6",
195224
"depth": 1,
196225
"source": "registry",
197226
"dependencies": {
@@ -201,13 +230,13 @@
201230
"url": "https://packages.unity.com"
202231
},
203232
"com.unity.timeline": {
204-
"version": "1.8.6",
233+
"version": "1.8.7",
205234
"depth": 0,
206235
"source": "registry",
207236
"dependencies": {
237+
"com.unity.modules.audio": "1.0.0",
208238
"com.unity.modules.director": "1.0.0",
209239
"com.unity.modules.animation": "1.0.0",
210-
"com.unity.modules.audio": "1.0.0",
211240
"com.unity.modules.particlesystem": "1.0.0"
212241
},
213242
"url": "https://packages.unity.com"
@@ -222,16 +251,16 @@
222251
}
223252
},
224253
"com.unity.visualeffectgraph": {
225-
"version": "17.0.1",
254+
"version": "17.0.3",
226255
"depth": 1,
227256
"source": "builtin",
228257
"dependencies": {
229-
"com.unity.shadergraph": "17.0.1",
230-
"com.unity.render-pipelines.core": "17.0.1"
258+
"com.unity.shadergraph": "17.0.3",
259+
"com.unity.render-pipelines.core": "17.0.3"
231260
}
232261
},
233262
"com.unity.visualscripting": {
234-
"version": "1.9.1",
263+
"version": "1.9.5",
235264
"depth": 0,
236265
"source": "registry",
237266
"dependencies": {
@@ -267,6 +296,12 @@
267296
"com.unity.modules.animation": "1.0.0"
268297
}
269298
},
299+
"com.unity.modules.hierarchycore": {
300+
"version": "1.0.0",
301+
"depth": 2,
302+
"source": "builtin",
303+
"dependencies": {}
304+
},
270305
"com.unity.modules.imageconversion": {
271306
"version": "1.0.0",
272307
"depth": 1,
@@ -299,7 +334,7 @@
299334
},
300335
"com.unity.modules.terrain": {
301336
"version": "1.0.0",
302-
"depth": 1,
337+
"depth": 2,
303338
"source": "builtin",
304339
"dependencies": {}
305340
},
@@ -309,13 +344,15 @@
309344
"source": "builtin",
310345
"dependencies": {}
311346
},
312-
"com.unity.modules.unityanalytics": {
347+
"com.unity.modules.uielements": {
313348
"version": "1.0.0",
314-
"depth": 2,
349+
"depth": 1,
315350
"source": "builtin",
316351
"dependencies": {
317-
"com.unity.modules.unitywebrequest": "1.0.0",
318-
"com.unity.modules.jsonserialize": "1.0.0"
352+
"com.unity.modules.ui": "1.0.0",
353+
"com.unity.modules.imgui": "1.0.0",
354+
"com.unity.modules.jsonserialize": "1.0.0",
355+
"com.unity.modules.hierarchycore": "1.0.0"
319356
}
320357
},
321358
"com.unity.modules.unitywebrequest": {

0 commit comments

Comments
 (0)