Skip to content

Commit e8d76db

Browse files
committed
chore: update alt tester version
1 parent e8836f8 commit e8d76db

6 files changed

Lines changed: 90 additions & 65 deletions

File tree

sample-unity6/Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"com.alttester.sdk": "2.2.5",
3+
"com.alttester.sdk": "2.3.0",
44
"com.cysharp.unitask": "2.3.3",
55
"com.immutable.passport": "file:../../src/Packages/Passport",
66
"com.unity.2d.pixel-perfect": "5.1.1",
@@ -82,4 +82,4 @@
8282
]
8383
}
8484
]
85-
}
85+
}

sample-unity6/Packages/packages-lock.json

Lines changed: 56 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,29 @@
11
{
22
"dependencies": {
33
"com.alttester.sdk": {
4-
"version": "2.2.5",
4+
"version": "2.3.0",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {
8-
"com.unity.nuget.newtonsoft-json": "3.1.0",
98
"com.unity.editorcoroutines": "1.0.0",
10-
"com.unity.textmeshpro": "3.0.6"
9+
"com.unity.modules.physics": "1.0.0",
10+
"com.unity.modules.physics2d": "1.0.0",
11+
"com.unity.modules.screencapture": "1.0.0",
12+
"com.unity.modules.ui": "1.0.0",
13+
"com.unity.modules.unitywebrequest": "1.0.0",
14+
"com.unity.nuget.newtonsoft-json": "3.1.0",
15+
"com.unity.test-framework": "1.1.33",
16+
"com.unity.ugui": "2.0.0"
1117
},
1218
"url": "https://package.openupm.com"
1319
},
1420
"com.cysharp.unitask": {
15-
"version": "2.3.3",
16-
"depth": 0,
21+
"version": "2.5.10",
22+
"depth": 1,
1723
"source": "registry",
1824
"dependencies": {},
1925
"url": "https://package.openupm.com"
2026
},
21-
"com.immutable.api.zkevm": {
22-
"version": "file:../../src/Packages/ZkEvmApi",
23-
"depth": 0,
24-
"source": "local",
25-
"dependencies": {
26-
"com.unity.nuget.newtonsoft-json": "3.0.2"
27-
}
28-
},
29-
"com.immutable.marketplace": {
30-
"version": "file:../../src/Packages/Marketplace",
31-
"depth": 0,
32-
"source": "local",
33-
"dependencies": {
34-
"com.cysharp.unitask": "2.3.3"
35-
}
36-
},
3727
"com.immutable.passport": {
3828
"version": "file:../../src/Packages/Passport",
3929
"depth": 0,
@@ -185,7 +175,7 @@
185175
"source": "builtin",
186176
"dependencies": {
187177
"com.unity.2d.animation": "10.2.1",
188-
"com.unity.2d.pixel-perfect": "5.0.3",
178+
"com.unity.2d.pixel-perfect": "5.1.1",
189179
"com.unity.2d.psdimporter": "9.1.0",
190180
"com.unity.2d.sprite": "1.0.0",
191181
"com.unity.2d.spriteshape": "10.0.7",
@@ -320,14 +310,6 @@
320310
},
321311
"url": "https://packages.unity.com"
322312
},
323-
"com.unity.textmeshpro": {
324-
"version": "5.0.0",
325-
"depth": 1,
326-
"source": "builtin",
327-
"dependencies": {
328-
"com.unity.ugui": "2.0.0"
329-
}
330-
},
331313
"com.unity.timeline": {
332314
"version": "1.8.9",
333315
"depth": 0,
@@ -366,6 +348,50 @@
366348
},
367349
"url": "https://packages.unity.com"
368350
},
351+
"dev.voltstro.nativearrayspanextensions": {
352+
"version": "1.0.1",
353+
"depth": 1,
354+
"source": "registry",
355+
"dependencies": {},
356+
"url": "https://upr.voltstro.dev"
357+
},
358+
"dev.voltstro.unitywebbrowser": {
359+
"version": "2.2.7",
360+
"depth": 0,
361+
"source": "registry",
362+
"dependencies": {
363+
"dev.voltstro.nativearrayspanextensions": "1.0.1",
364+
"com.unity.nuget.newtonsoft-json": "3.2.1",
365+
"com.cysharp.unitask": "2.5.10",
366+
"org.nuget.voltrpc": "3.2.1"
367+
},
368+
"url": "https://upr.voltstro.dev"
369+
},
370+
"dev.voltstro.unitywebbrowser.engine.cef": {
371+
"version": "2.2.7",
372+
"depth": 0,
373+
"source": "registry",
374+
"dependencies": {
375+
"dev.voltstro.unitywebbrowser": "2.2.7"
376+
},
377+
"url": "https://upr.voltstro.dev"
378+
},
379+
"dev.voltstro.unitywebbrowser.engine.cef.win.x64": {
380+
"version": "2.2.7",
381+
"depth": 0,
382+
"source": "registry",
383+
"dependencies": {
384+
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.7"
385+
},
386+
"url": "https://upr.voltstro.dev"
387+
},
388+
"org.nuget.voltrpc": {
389+
"version": "3.2.1",
390+
"depth": 1,
391+
"source": "registry",
392+
"dependencies": {},
393+
"url": "https://upr.voltstro.dev"
394+
},
369395
"com.unity.modules.accessibility": {
370396
"version": "1.0.0",
371397
"depth": 0,

sample/Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"com.alttester.sdk": "2.2.5",
3+
"com.alttester.sdk": "2.3.0",
44
"com.cysharp.unitask": "2.3.3",
55
"com.immutable.passport": "file:../../src/Packages/Passport",
66
"com.unity.ai.navigation": "1.1.4",
@@ -79,4 +79,4 @@
7979
]
8080
}
8181
]
82-
}
82+
}

sample/Packages/packages-lock.json

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"dependencies": {
33
"com.alttester.sdk": {
4-
"version": "2.2.5",
4+
"version": "2.3.0",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {
8-
"com.unity.nuget.newtonsoft-json": "3.1.0",
98
"com.unity.editorcoroutines": "1.0.0",
10-
"com.unity.textmeshpro": "3.0.6"
9+
"com.unity.modules.physics": "1.0.0",
10+
"com.unity.modules.physics2d": "1.0.0",
11+
"com.unity.modules.screencapture": "1.0.0",
12+
"com.unity.modules.ui": "1.0.0",
13+
"com.unity.modules.unitywebrequest": "1.0.0",
14+
"com.unity.nuget.newtonsoft-json": "3.1.0",
15+
"com.unity.test-framework": "1.1.33",
16+
"com.unity.ugui": "2.0.0"
1117
},
1218
"url": "https://package.openupm.com"
1319
},
@@ -44,11 +50,10 @@
4450
"url": "https://packages.unity.com"
4551
},
4652
"com.unity.ext.nunit": {
47-
"version": "2.0.3",
53+
"version": "2.0.5",
4854
"depth": 1,
49-
"source": "registry",
50-
"dependencies": {},
51-
"url": "https://packages.unity.com"
55+
"source": "builtin",
56+
"dependencies": {}
5257
},
5358
"com.unity.ide.rider": {
5459
"version": "3.0.20",
@@ -83,22 +88,21 @@
8388
"url": "https://packages.unity.com"
8489
},
8590
"com.unity.settings-manager": {
86-
"version": "1.0.3",
91+
"version": "2.1.0",
8792
"depth": 1,
8893
"source": "registry",
8994
"dependencies": {},
9095
"url": "https://packages.unity.com"
9196
},
9297
"com.unity.test-framework": {
93-
"version": "1.3.0",
98+
"version": "1.6.0",
9499
"depth": 0,
95-
"source": "registry",
100+
"source": "builtin",
96101
"dependencies": {
97102
"com.unity.ext.nunit": "2.0.3",
98103
"com.unity.modules.imgui": "1.0.0",
99104
"com.unity.modules.jsonserialize": "1.0.0"
100-
},
101-
"url": "https://packages.unity.com"
105+
}
102106
},
103107
"com.unity.testtools.codecoverage": {
104108
"version": "1.2.5",
@@ -111,16 +115,15 @@
111115
"url": "https://packages.unity.com"
112116
},
113117
"com.unity.textmeshpro": {
114-
"version": "3.0.9",
118+
"version": "5.0.0",
115119
"depth": 0,
116-
"source": "registry",
120+
"source": "builtin",
117121
"dependencies": {
118-
"com.unity.ugui": "1.0.0"
119-
},
120-
"url": "https://packages.unity.com"
122+
"com.unity.ugui": "2.0.0"
123+
}
121124
},
122125
"com.unity.ugui": {
123-
"version": "1.0.0",
126+
"version": "2.0.0",
124127
"depth": 1,
125128
"source": "builtin",
126129
"dependencies": {
@@ -236,6 +239,12 @@
236239
"com.unity.modules.animation": "1.0.0"
237240
}
238241
},
242+
"com.unity.modules.hierarchycore": {
243+
"version": "1.0.0",
244+
"depth": 1,
245+
"source": "builtin",
246+
"dependencies": {}
247+
},
239248
"com.unity.modules.imageconversion": {
240249
"version": "1.0.0",
241250
"depth": 0,
@@ -325,17 +334,7 @@
325334
"com.unity.modules.ui": "1.0.0",
326335
"com.unity.modules.imgui": "1.0.0",
327336
"com.unity.modules.jsonserialize": "1.0.0",
328-
"com.unity.modules.uielementsnative": "1.0.0"
329-
}
330-
},
331-
"com.unity.modules.uielementsnative": {
332-
"version": "1.0.0",
333-
"depth": 1,
334-
"source": "builtin",
335-
"dependencies": {
336-
"com.unity.modules.ui": "1.0.0",
337-
"com.unity.modules.imgui": "1.0.0",
338-
"com.unity.modules.jsonserialize": "1.0.0"
337+
"com.unity.modules.hierarchycore": "1.0.0"
339338
}
340339
},
341340
"com.unity.modules.umbra": {

sample/Tests/requirements-desktop.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AltTester-Driver==2.1.1
1+
AltTester-Driver==2.3.0
22
protobuf==5.27.2
33
selenium==4.22.0
44
pytest==8.2.2

sample/Tests/requirements-mobile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AltTester-Driver==2.1.1
1+
AltTester-Driver==2.3.0
22
protobuf==5.27.2
33
selenium==4.22.0
44
pytest==8.2.2

0 commit comments

Comments
 (0)