|
1 | 1 | { |
2 | 2 | "dependencies": { |
3 | 3 | "com.unity.burst": { |
4 | | - "version": "1.8.9", |
5 | | - "depth": 1, |
| 4 | + "version": "1.8.18", |
| 5 | + "depth": 2, |
6 | 6 | "source": "registry", |
7 | 7 | "dependencies": { |
8 | | - "com.unity.mathematics": "1.2.1" |
| 8 | + "com.unity.mathematics": "1.2.1", |
| 9 | + "com.unity.modules.jsonserialize": "1.0.0" |
9 | 10 | }, |
10 | 11 | "url": "https://packages.unity.com" |
11 | 12 | }, |
12 | 13 | "com.unity.collab-proxy": { |
13 | | - "version": "2.2.0", |
| 14 | + "version": "2.6.0", |
14 | 15 | "depth": 0, |
15 | 16 | "source": "registry", |
16 | 17 | "dependencies": {}, |
17 | 18 | "url": "https://packages.unity.com" |
18 | 19 | }, |
19 | 20 | "com.unity.collections": { |
20 | | - "version": "2.2.0", |
21 | | - "depth": 1, |
| 21 | + "version": "2.5.1", |
| 22 | + "depth": 2, |
22 | 23 | "source": "registry", |
23 | 24 | "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" |
27 | 29 | }, |
28 | 30 | "url": "https://packages.unity.com" |
29 | 31 | }, |
|
47 | 49 | "source": "builtin", |
48 | 50 | "dependencies": { |
49 | 51 | "com.unity.ide.visualstudio": "2.0.22", |
50 | | - "com.unity.ide.rider": "3.0.26", |
| 52 | + "com.unity.ide.rider": "3.0.34", |
51 | 53 | "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" |
55 | 57 | } |
56 | 58 | }, |
57 | 59 | "com.unity.ide.rider": { |
58 | | - "version": "3.0.26", |
| 60 | + "version": "3.0.34", |
59 | 61 | "depth": 1, |
60 | 62 | "source": "registry", |
61 | 63 | "dependencies": { |
|
72 | 74 | }, |
73 | 75 | "url": "https://packages.unity.com" |
74 | 76 | }, |
| 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 | + }, |
75 | 86 | "com.unity.mathematics": { |
76 | | - "version": "1.2.6", |
77 | | - "depth": 1, |
| 87 | + "version": "1.3.2", |
| 88 | + "depth": 2, |
78 | 89 | "source": "registry", |
79 | 90 | "dependencies": {}, |
80 | 91 | "url": "https://packages.unity.com" |
81 | 92 | }, |
| 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 | + }, |
82 | 101 | "com.unity.nuget.mono-cecil": { |
83 | 102 | "version": "1.11.4", |
84 | | - "depth": 1, |
| 103 | + "depth": 3, |
85 | 104 | "source": "registry", |
86 | 105 | "dependencies": {}, |
87 | 106 | "url": "https://packages.unity.com" |
88 | 107 | }, |
89 | 108 | "com.unity.performance.profile-analyzer": { |
90 | | - "version": "1.2.2", |
| 109 | + "version": "1.2.3", |
91 | 110 | "depth": 1, |
92 | 111 | "source": "registry", |
93 | 112 | "dependencies": {}, |
94 | 113 | "url": "https://packages.unity.com" |
95 | 114 | }, |
96 | 115 | "com.unity.render-pipelines.core": { |
97 | | - "version": "17.0.1", |
| 116 | + "version": "17.0.3", |
98 | 117 | "depth": 1, |
99 | 118 | "source": "builtin", |
100 | 119 | "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", |
103 | 122 | "com.unity.ugui": "2.0.0", |
| 123 | + "com.unity.collections": "2.4.3", |
104 | 124 | "com.unity.modules.physics": "1.0.0", |
105 | 125 | "com.unity.modules.terrain": "1.0.0", |
106 | 126 | "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" |
108 | 128 | } |
109 | 129 | }, |
110 | 130 | "com.unity.render-pipelines.high-definition": { |
111 | | - "version": "17.0.1", |
| 131 | + "version": "17.0.3", |
112 | 132 | "depth": 0, |
113 | 133 | "source": "builtin", |
114 | 134 | "dependencies": { |
115 | | - "com.unity.mathematics": "1.2.4", |
116 | | - "com.unity.collections": "2.2.0", |
117 | | - "com.unity.burst": "1.8.9", |
118 | 135 | "com.unity.modules.video": "1.0.0", |
119 | 136 | "com.unity.modules.animation": "1.0.0", |
120 | 137 | "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" |
126 | 142 | } |
127 | 143 | }, |
128 | 144 | "com.unity.render-pipelines.high-definition-config": { |
129 | | - "version": "17.0.1", |
| 145 | + "version": "17.0.3", |
130 | 146 | "depth": 1, |
131 | 147 | "source": "builtin", |
132 | 148 | "dependencies": { |
133 | | - "com.unity.render-pipelines.core": "17.0.1" |
| 149 | + "com.unity.render-pipelines.core": "17.0.3" |
134 | 150 | } |
135 | 151 | }, |
136 | 152 | "com.unity.rendering.light-transport": { |
137 | | - "version": "1.0.0", |
| 153 | + "version": "1.0.1", |
138 | 154 | "depth": 2, |
139 | 155 | "source": "builtin", |
140 | 156 | "dependencies": { |
141 | 157 | "com.unity.collections": "2.2.0", |
142 | 158 | "com.unity.mathematics": "1.2.4", |
143 | | - "com.unity.render-pipelines.core": "17.0.0" |
| 159 | + "com.unity.modules.terrain": "1.0.0" |
144 | 160 | } |
145 | 161 | }, |
146 | 162 | "com.unity.searcher": { |
|
158 | 174 | "url": "https://packages.unity.com" |
159 | 175 | }, |
160 | 176 | "com.unity.shadergraph": { |
161 | | - "version": "17.0.1", |
| 177 | + "version": "17.0.3", |
162 | 178 | "depth": 1, |
163 | 179 | "source": "builtin", |
164 | 180 | "dependencies": { |
165 | | - "com.unity.render-pipelines.core": "17.0.1", |
| 181 | + "com.unity.render-pipelines.core": "17.0.3", |
166 | 182 | "com.unity.searcher": "4.9.2" |
167 | 183 | } |
168 | 184 | }, |
|
171 | 187 | "depth": 0, |
172 | 188 | "source": "embedded", |
173 | 189 | "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", |
178 | 196 | "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" |
180 | 199 | } |
181 | 200 | }, |
182 | 201 | "com.unity.test-framework": { |
183 | | - "version": "1.3.9", |
| 202 | + "version": "1.4.5", |
184 | 203 | "depth": 1, |
185 | 204 | "source": "registry", |
186 | 205 | "dependencies": { |
|
190 | 209 | }, |
191 | 210 | "url": "https://packages.unity.com" |
192 | 211 | }, |
| 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 | + }, |
193 | 222 | "com.unity.testtools.codecoverage": { |
194 | | - "version": "1.2.4", |
| 223 | + "version": "1.2.6", |
195 | 224 | "depth": 1, |
196 | 225 | "source": "registry", |
197 | 226 | "dependencies": { |
|
201 | 230 | "url": "https://packages.unity.com" |
202 | 231 | }, |
203 | 232 | "com.unity.timeline": { |
204 | | - "version": "1.8.6", |
| 233 | + "version": "1.8.7", |
205 | 234 | "depth": 0, |
206 | 235 | "source": "registry", |
207 | 236 | "dependencies": { |
| 237 | + "com.unity.modules.audio": "1.0.0", |
208 | 238 | "com.unity.modules.director": "1.0.0", |
209 | 239 | "com.unity.modules.animation": "1.0.0", |
210 | | - "com.unity.modules.audio": "1.0.0", |
211 | 240 | "com.unity.modules.particlesystem": "1.0.0" |
212 | 241 | }, |
213 | 242 | "url": "https://packages.unity.com" |
|
222 | 251 | } |
223 | 252 | }, |
224 | 253 | "com.unity.visualeffectgraph": { |
225 | | - "version": "17.0.1", |
| 254 | + "version": "17.0.3", |
226 | 255 | "depth": 1, |
227 | 256 | "source": "builtin", |
228 | 257 | "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" |
231 | 260 | } |
232 | 261 | }, |
233 | 262 | "com.unity.visualscripting": { |
234 | | - "version": "1.9.1", |
| 263 | + "version": "1.9.5", |
235 | 264 | "depth": 0, |
236 | 265 | "source": "registry", |
237 | 266 | "dependencies": { |
|
267 | 296 | "com.unity.modules.animation": "1.0.0" |
268 | 297 | } |
269 | 298 | }, |
| 299 | + "com.unity.modules.hierarchycore": { |
| 300 | + "version": "1.0.0", |
| 301 | + "depth": 2, |
| 302 | + "source": "builtin", |
| 303 | + "dependencies": {} |
| 304 | + }, |
270 | 305 | "com.unity.modules.imageconversion": { |
271 | 306 | "version": "1.0.0", |
272 | 307 | "depth": 1, |
|
299 | 334 | }, |
300 | 335 | "com.unity.modules.terrain": { |
301 | 336 | "version": "1.0.0", |
302 | | - "depth": 1, |
| 337 | + "depth": 2, |
303 | 338 | "source": "builtin", |
304 | 339 | "dependencies": {} |
305 | 340 | }, |
|
309 | 344 | "source": "builtin", |
310 | 345 | "dependencies": {} |
311 | 346 | }, |
312 | | - "com.unity.modules.unityanalytics": { |
| 347 | + "com.unity.modules.uielements": { |
313 | 348 | "version": "1.0.0", |
314 | | - "depth": 2, |
| 349 | + "depth": 1, |
315 | 350 | "source": "builtin", |
316 | 351 | "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" |
319 | 356 | } |
320 | 357 | }, |
321 | 358 | "com.unity.modules.unitywebrequest": { |
|
0 commit comments