Skip to content

Commit e9fa609

Browse files
committed
Bump unity version to 2021.3.34
1 parent 5f10278 commit e9fa609

File tree

6 files changed

+71
-157
lines changed

6 files changed

+71
-157
lines changed

samples/Unity.Match3/Packages/manifest.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
{
22
"dependencies": {
33
"com.chebanovdd.match3sdk": "file:../../../src/Match3.UnityPackage/Assets/Plugins/Match3",
4-
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.3.1",
5-
"com.unity.2d.animation": "5.1.1",
6-
"com.unity.2d.pixel-perfect": "4.0.1",
7-
"com.unity.2d.psdimporter": "4.2.0",
8-
"com.unity.2d.sprite": "1.0.0",
9-
"com.unity.2d.spriteshape": "5.2.0",
10-
"com.unity.2d.tilemap": "1.0.0",
11-
"com.unity.collab-proxy": "1.15.16",
12-
"com.unity.ide.rider": "3.0.14",
13-
"com.unity.ide.visualstudio": "2.0.15",
4+
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
5+
"com.unity.collab-proxy": "2.2.0",
6+
"com.unity.ide.rider": "3.0.27",
7+
"com.unity.ide.visualstudio": "2.0.22",
148
"com.unity.ide.vscode": "1.2.5",
15-
"com.unity.test-framework": "1.1.31",
9+
"com.unity.test-framework": "1.1.33",
1610
"com.unity.textmeshpro": "3.0.6",
17-
"com.unity.timeline": "1.4.8",
11+
"com.unity.timeline": "1.6.5",
1812
"com.unity.ugui": "1.0.0",
13+
"com.unity.visualscripting": "1.9.1",
1914
"com.unity.modules.ai": "1.0.0",
2015
"com.unity.modules.androidjni": "1.0.0",
2116
"com.unity.modules.animation": "1.0.0",

samples/Unity.Match3/Packages/packages-lock.json

Lines changed: 18 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -9,91 +9,17 @@
99
}
1010
},
1111
"com.cysharp.unitask": {
12-
"version": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.3.1",
12+
"version": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
1313
"depth": 0,
1414
"source": "git",
1515
"dependencies": {},
16-
"hash": "33d32baea4d50040e0601b725a694dcf3dcf6640"
17-
},
18-
"com.unity.2d.animation": {
19-
"version": "5.1.1",
20-
"depth": 0,
21-
"source": "registry",
22-
"dependencies": {
23-
"com.unity.2d.common": "4.1.0",
24-
"com.unity.mathematics": "1.1.0",
25-
"com.unity.2d.sprite": "1.0.0",
26-
"com.unity.modules.animation": "1.0.0",
27-
"com.unity.modules.uielements": "1.0.0"
28-
},
29-
"url": "https://packages.unity.com"
30-
},
31-
"com.unity.2d.common": {
32-
"version": "4.1.0",
33-
"depth": 1,
34-
"source": "registry",
35-
"dependencies": {
36-
"com.unity.2d.sprite": "1.0.0",
37-
"com.unity.modules.uielements": "1.0.0"
38-
},
39-
"url": "https://packages.unity.com"
40-
},
41-
"com.unity.2d.path": {
42-
"version": "4.0.2",
43-
"depth": 1,
44-
"source": "registry",
45-
"dependencies": {},
46-
"url": "https://packages.unity.com"
47-
},
48-
"com.unity.2d.pixel-perfect": {
49-
"version": "4.0.1",
50-
"depth": 0,
51-
"source": "registry",
52-
"dependencies": {},
53-
"url": "https://packages.unity.com"
54-
},
55-
"com.unity.2d.psdimporter": {
56-
"version": "4.2.0",
57-
"depth": 0,
58-
"source": "registry",
59-
"dependencies": {
60-
"com.unity.2d.common": "4.1.0",
61-
"com.unity.2d.animation": "5.1.0",
62-
"com.unity.2d.sprite": "1.0.0"
63-
},
64-
"url": "https://packages.unity.com"
65-
},
66-
"com.unity.2d.sprite": {
67-
"version": "1.0.0",
68-
"depth": 0,
69-
"source": "builtin",
70-
"dependencies": {}
71-
},
72-
"com.unity.2d.spriteshape": {
73-
"version": "5.2.0",
74-
"depth": 0,
75-
"source": "registry",
76-
"dependencies": {
77-
"com.unity.mathematics": "1.1.0",
78-
"com.unity.2d.common": "4.1.0",
79-
"com.unity.2d.path": "4.0.2",
80-
"com.unity.modules.physics2d": "1.0.0"
81-
},
82-
"url": "https://packages.unity.com"
83-
},
84-
"com.unity.2d.tilemap": {
85-
"version": "1.0.0",
86-
"depth": 0,
87-
"source": "builtin",
88-
"dependencies": {}
16+
"hash": "66de0d3a58b256b6e0194f285cc530fd0c08407b"
8917
},
9018
"com.unity.collab-proxy": {
91-
"version": "1.15.16",
19+
"version": "2.2.0",
9220
"depth": 0,
9321
"source": "registry",
94-
"dependencies": {
95-
"com.unity.services.core": "1.0.1"
96-
},
22+
"dependencies": {},
9723
"url": "https://packages.unity.com"
9824
},
9925
"com.unity.ext.nunit": {
@@ -104,7 +30,7 @@
10430
"url": "https://packages.unity.com"
10531
},
10632
"com.unity.ide.rider": {
107-
"version": "3.0.14",
33+
"version": "3.0.27",
10834
"depth": 0,
10935
"source": "registry",
11036
"dependencies": {
@@ -113,7 +39,7 @@
11339
"url": "https://packages.unity.com"
11440
},
11541
"com.unity.ide.visualstudio": {
116-
"version": "2.0.15",
42+
"version": "2.0.22",
11743
"depth": 0,
11844
"source": "registry",
11945
"dependencies": {
@@ -128,24 +54,8 @@
12854
"dependencies": {},
12955
"url": "https://packages.unity.com"
13056
},
131-
"com.unity.mathematics": {
132-
"version": "1.1.0",
133-
"depth": 1,
134-
"source": "registry",
135-
"dependencies": {},
136-
"url": "https://packages.unity.com"
137-
},
138-
"com.unity.services.core": {
139-
"version": "1.0.1",
140-
"depth": 1,
141-
"source": "registry",
142-
"dependencies": {
143-
"com.unity.modules.unitywebrequest": "1.0.0"
144-
},
145-
"url": "https://packages.unity.com"
146-
},
14757
"com.unity.test-framework": {
148-
"version": "1.1.31",
58+
"version": "1.1.33",
14959
"depth": 0,
15060
"source": "registry",
15161
"dependencies": {
@@ -165,7 +75,7 @@
16575
"url": "https://packages.unity.com"
16676
},
16777
"com.unity.timeline": {
168-
"version": "1.4.8",
78+
"version": "1.6.5",
16979
"depth": 0,
17080
"source": "registry",
17181
"dependencies": {
@@ -185,6 +95,16 @@
18595
"com.unity.modules.imgui": "1.0.0"
18696
}
18797
},
98+
"com.unity.visualscripting": {
99+
"version": "1.9.1",
100+
"depth": 0,
101+
"source": "registry",
102+
"dependencies": {
103+
"com.unity.ugui": "1.0.0",
104+
"com.unity.modules.jsonserialize": "1.0.0"
105+
},
106+
"url": "https://packages.unity.com"
107+
},
188108
"com.unity.modules.ai": {
189109
"version": "1.0.0",
190110
"depth": 0,
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2020.3.30f1
2-
m_EditorVersionWithRevision: 2020.3.30f1 (1fb1bf06830e)
1+
m_EditorVersion: 2021.3.34f1
2+
m_EditorVersionWithRevision: 2021.3.34f1 (25266724e7bd)

src/Match3.UnityPackage/Packages/manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"dependencies": {
33
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.3.1",
4-
"com.unity.2d.animation": "5.1.0",
5-
"com.unity.2d.pixel-perfect": "4.0.1",
6-
"com.unity.2d.psdimporter": "4.2.0",
4+
"com.unity.2d.animation": "7.0.13",
5+
"com.unity.2d.pixel-perfect": "5.0.3",
6+
"com.unity.2d.psdimporter": "6.0.8",
77
"com.unity.2d.sprite": "1.0.0",
8-
"com.unity.2d.spriteshape": "5.2.0",
8+
"com.unity.2d.spriteshape": "7.0.7",
99
"com.unity.2d.tilemap": "1.0.0",
10-
"com.unity.collab-proxy": "1.15.12",
11-
"com.unity.ide.rider": "2.0.7",
12-
"com.unity.ide.visualstudio": "2.0.14",
13-
"com.unity.ide.vscode": "1.2.4",
14-
"com.unity.test-framework": "1.1.29",
10+
"com.unity.collab-proxy": "2.2.0",
11+
"com.unity.ide.rider": "3.0.27",
12+
"com.unity.ide.visualstudio": "2.0.22",
13+
"com.unity.ide.vscode": "1.2.5",
14+
"com.unity.test-framework": "1.1.33",
1515
"com.unity.textmeshpro": "3.0.6",
16-
"com.unity.timeline": "1.4.8",
16+
"com.unity.timeline": "1.6.5",
1717
"com.unity.ugui": "1.0.0",
1818
"com.unity.modules.ai": "1.0.0",
1919
"com.unity.modules.androidjni": "1.0.0",

src/Match3.UnityPackage/Packages/packages-lock.json

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -8,49 +8,50 @@
88
"hash": "33d32baea4d50040e0601b725a694dcf3dcf6640"
99
},
1010
"com.unity.2d.animation": {
11-
"version": "5.1.0",
11+
"version": "7.0.13",
1212
"depth": 0,
1313
"source": "registry",
1414
"dependencies": {
15-
"com.unity.2d.common": "4.1.0",
16-
"com.unity.mathematics": "1.1.0",
15+
"com.unity.2d.common": "6.0.7",
1716
"com.unity.2d.sprite": "1.0.0",
1817
"com.unity.modules.animation": "1.0.0",
1918
"com.unity.modules.uielements": "1.0.0"
2019
},
2120
"url": "https://packages.unity.com"
2221
},
2322
"com.unity.2d.common": {
24-
"version": "4.1.0",
23+
"version": "6.0.7",
2524
"depth": 1,
2625
"source": "registry",
2726
"dependencies": {
2827
"com.unity.2d.sprite": "1.0.0",
29-
"com.unity.modules.uielements": "1.0.0"
28+
"com.unity.mathematics": "1.1.0",
29+
"com.unity.modules.uielements": "1.0.0",
30+
"com.unity.burst": "1.5.1"
3031
},
3132
"url": "https://packages.unity.com"
3233
},
3334
"com.unity.2d.path": {
34-
"version": "4.0.2",
35+
"version": "5.0.2",
3536
"depth": 1,
3637
"source": "registry",
3738
"dependencies": {},
3839
"url": "https://packages.unity.com"
3940
},
4041
"com.unity.2d.pixel-perfect": {
41-
"version": "4.0.1",
42+
"version": "5.0.3",
4243
"depth": 0,
4344
"source": "registry",
4445
"dependencies": {},
4546
"url": "https://packages.unity.com"
4647
},
4748
"com.unity.2d.psdimporter": {
48-
"version": "4.2.0",
49+
"version": "6.0.8",
4950
"depth": 0,
5051
"source": "registry",
5152
"dependencies": {
52-
"com.unity.2d.common": "4.1.0",
53-
"com.unity.2d.animation": "5.1.0",
53+
"com.unity.2d.animation": "7.0.13",
54+
"com.unity.2d.common": "6.0.7",
5455
"com.unity.2d.sprite": "1.0.0"
5556
},
5657
"url": "https://packages.unity.com"
@@ -62,13 +63,13 @@
6263
"dependencies": {}
6364
},
6465
"com.unity.2d.spriteshape": {
65-
"version": "5.2.0",
66+
"version": "7.0.7",
6667
"depth": 0,
6768
"source": "registry",
6869
"dependencies": {
6970
"com.unity.mathematics": "1.1.0",
70-
"com.unity.2d.common": "4.1.0",
71-
"com.unity.2d.path": "4.0.2",
71+
"com.unity.2d.common": "6.0.6",
72+
"com.unity.2d.path": "5.0.2",
7273
"com.unity.modules.physics2d": "1.0.0"
7374
},
7475
"url": "https://packages.unity.com"
@@ -79,15 +80,22 @@
7980
"source": "builtin",
8081
"dependencies": {}
8182
},
82-
"com.unity.collab-proxy": {
83-
"version": "1.15.12",
84-
"depth": 0,
83+
"com.unity.burst": {
84+
"version": "1.8.11",
85+
"depth": 2,
8586
"source": "registry",
8687
"dependencies": {
87-
"com.unity.services.core": "1.0.1"
88+
"com.unity.mathematics": "1.2.1"
8889
},
8990
"url": "https://packages.unity.com"
9091
},
92+
"com.unity.collab-proxy": {
93+
"version": "2.2.0",
94+
"depth": 0,
95+
"source": "registry",
96+
"dependencies": {},
97+
"url": "https://packages.unity.com"
98+
},
9199
"com.unity.ext.nunit": {
92100
"version": "1.0.6",
93101
"depth": 1,
@@ -96,16 +104,16 @@
96104
"url": "https://packages.unity.com"
97105
},
98106
"com.unity.ide.rider": {
99-
"version": "2.0.7",
107+
"version": "3.0.27",
100108
"depth": 0,
101109
"source": "registry",
102110
"dependencies": {
103-
"com.unity.test-framework": "1.1.1"
111+
"com.unity.ext.nunit": "1.0.6"
104112
},
105113
"url": "https://packages.unity.com"
106114
},
107115
"com.unity.ide.visualstudio": {
108-
"version": "2.0.14",
116+
"version": "2.0.22",
109117
"depth": 0,
110118
"source": "registry",
111119
"dependencies": {
@@ -114,30 +122,21 @@
114122
"url": "https://packages.unity.com"
115123
},
116124
"com.unity.ide.vscode": {
117-
"version": "1.2.4",
125+
"version": "1.2.5",
118126
"depth": 0,
119127
"source": "registry",
120128
"dependencies": {},
121129
"url": "https://packages.unity.com"
122130
},
123131
"com.unity.mathematics": {
124-
"version": "1.1.0",
132+
"version": "1.2.6",
125133
"depth": 1,
126134
"source": "registry",
127135
"dependencies": {},
128136
"url": "https://packages.unity.com"
129137
},
130-
"com.unity.services.core": {
131-
"version": "1.0.1",
132-
"depth": 1,
133-
"source": "registry",
134-
"dependencies": {
135-
"com.unity.modules.unitywebrequest": "1.0.0"
136-
},
137-
"url": "https://packages.unity.com"
138-
},
139138
"com.unity.test-framework": {
140-
"version": "1.1.29",
139+
"version": "1.1.33",
141140
"depth": 0,
142141
"source": "registry",
143142
"dependencies": {
@@ -157,7 +156,7 @@
157156
"url": "https://packages.unity.com"
158157
},
159158
"com.unity.timeline": {
160-
"version": "1.4.8",
159+
"version": "1.6.5",
161160
"depth": 0,
162161
"source": "registry",
163162
"dependencies": {

0 commit comments

Comments
 (0)