Skip to content

Commit db03600

Browse files
authored
Drop Unity 2021.3 (#270)
* make Unity min 2022.3 from 2021.3 * change package.json * Update README * Open and save Unity 2022.3
1 parent 7c5b735 commit db03600

File tree

7 files changed

+85
-83
lines changed

7 files changed

+85
-83
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $ dotnet add package VoicevoxCoreSharp.MAUI
5252

5353
- .NET Standard 2.0
5454
- C# 9.0
55-
- Unity 2021.3 (LTS) を最低限サポートするため
55+
- Unity 2022.3 (LTS) を最低限サポートするため
5656

5757
## Notice
5858

examples/UnitySample/Packages/manifest.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "1.17.7",
4-
"com.unity.feature.2d": "1.0.0",
5-
"com.unity.ide.rider": "3.0.16",
6-
"com.unity.ide.visualstudio": "2.0.16",
3+
"com.unity.ai.navigation": "1.1.6",
4+
"com.unity.collab-proxy": "2.7.1",
5+
"com.unity.feature.2d": "2.0.1",
6+
"com.unity.ide.rider": "3.0.36",
7+
"com.unity.ide.visualstudio": "2.0.22",
78
"com.unity.ide.vscode": "1.2.5",
8-
"com.unity.test-framework": "1.1.31",
9-
"com.unity.textmeshpro": "3.0.6",
10-
"com.unity.timeline": "1.6.4",
9+
"com.unity.test-framework": "1.1.33",
10+
"com.unity.textmeshpro": "3.0.7",
11+
"com.unity.timeline": "1.7.7",
1112
"com.unity.ugui": "1.0.0",
12-
"com.unity.visualscripting": "1.7.8",
13+
"com.unity.visualscripting": "1.9.4",
1314
"dev.yamachu.voicevoxcoresharpcoreunity": "file:../../../src/VoicevoxCoreSharp.Core.Unity",
1415
"com.unity.modules.ai": "1.0.0",
1516
"com.unity.modules.androidjni": "1.0.0",

examples/UnitySample/Packages/packages-lock.json

Lines changed: 71 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,60 @@
11
{
22
"dependencies": {
33
"com.unity.2d.animation": {
4-
"version": "7.0.9",
4+
"version": "9.2.0",
55
"depth": 1,
66
"source": "registry",
77
"dependencies": {
8-
"com.unity.2d.common": "6.0.6",
8+
"com.unity.2d.common": "8.1.0",
99
"com.unity.2d.sprite": "1.0.0",
10+
"com.unity.collections": "1.1.0",
1011
"com.unity.modules.animation": "1.0.0",
1112
"com.unity.modules.uielements": "1.0.0"
1213
},
1314
"url": "https://packages.unity.com"
1415
},
15-
"com.unity.2d.common": {
16-
"version": "6.0.6",
17-
"depth": 2,
16+
"com.unity.2d.aseprite": {
17+
"version": "1.1.9",
18+
"depth": 1,
1819
"source": "registry",
1920
"dependencies": {
2021
"com.unity.2d.sprite": "1.0.0",
21-
"com.unity.mathematics": "1.1.0",
22-
"com.unity.modules.uielements": "1.0.0",
23-
"com.unity.burst": "1.5.1"
22+
"com.unity.2d.common": "6.0.6",
23+
"com.unity.mathematics": "1.2.6",
24+
"com.unity.modules.animation": "1.0.0"
2425
},
2526
"url": "https://packages.unity.com"
2627
},
27-
"com.unity.2d.path": {
28-
"version": "5.0.2",
28+
"com.unity.2d.common": {
29+
"version": "8.1.0",
2930
"depth": 2,
3031
"source": "registry",
31-
"dependencies": {},
32+
"dependencies": {
33+
"com.unity.burst": "1.7.3",
34+
"com.unity.2d.sprite": "1.0.0",
35+
"com.unity.mathematics": "1.1.0",
36+
"com.unity.modules.animation": "1.0.0",
37+
"com.unity.modules.uielements": "1.0.0"
38+
},
3239
"url": "https://packages.unity.com"
3340
},
3441
"com.unity.2d.pixel-perfect": {
35-
"version": "5.0.3",
42+
"version": "5.1.0",
3643
"depth": 1,
3744
"source": "registry",
38-
"dependencies": {},
45+
"dependencies": {
46+
"com.unity.modules.imgui": "1.0.0"
47+
},
3948
"url": "https://packages.unity.com"
4049
},
4150
"com.unity.2d.psdimporter": {
42-
"version": "6.0.6",
51+
"version": "8.1.0",
4352
"depth": 1,
4453
"source": "registry",
4554
"dependencies": {
46-
"com.unity.2d.animation": "7.0.8",
47-
"com.unity.2d.common": "6.0.5",
48-
"com.unity.2d.sprite": "1.0.0"
55+
"com.unity.2d.common": "8.1.0",
56+
"com.unity.2d.sprite": "1.0.0",
57+
"com.unity.2d.animation": "9.2.0"
4958
},
5059
"url": "https://packages.unity.com"
5160
},
@@ -56,13 +65,12 @@
5665
"dependencies": {}
5766
},
5867
"com.unity.2d.spriteshape": {
59-
"version": "7.0.6",
68+
"version": "9.1.0",
6069
"depth": 1,
6170
"source": "registry",
6271
"dependencies": {
72+
"com.unity.2d.common": "8.1.0",
6373
"com.unity.mathematics": "1.1.0",
64-
"com.unity.2d.common": "6.0.4",
65-
"com.unity.2d.path": "5.0.2",
6674
"com.unity.modules.physics2d": "1.0.0"
6775
},
6876
"url": "https://packages.unity.com"
@@ -71,35 +79,56 @@
7179
"version": "1.0.0",
7280
"depth": 1,
7381
"source": "builtin",
74-
"dependencies": {}
82+
"dependencies": {
83+
"com.unity.modules.tilemap": "1.0.0",
84+
"com.unity.modules.uielements": "1.0.0"
85+
}
7586
},
7687
"com.unity.2d.tilemap.extras": {
77-
"version": "2.2.3",
88+
"version": "3.1.3",
7889
"depth": 1,
7990
"source": "registry",
8091
"dependencies": {
81-
"com.unity.modules.tilemap": "1.0.0",
82-
"com.unity.2d.tilemap": "1.0.0",
8392
"com.unity.ugui": "1.0.0",
93+
"com.unity.2d.tilemap": "1.0.0",
94+
"com.unity.modules.tilemap": "1.0.0",
8495
"com.unity.modules.jsonserialize": "1.0.0"
8596
},
8697
"url": "https://packages.unity.com"
8798
},
99+
"com.unity.ai.navigation": {
100+
"version": "1.1.6",
101+
"depth": 0,
102+
"source": "registry",
103+
"dependencies": {
104+
"com.unity.modules.ai": "1.0.0"
105+
},
106+
"url": "https://packages.unity.com"
107+
},
88108
"com.unity.burst": {
89-
"version": "1.6.6",
109+
"version": "1.8.21",
90110
"depth": 3,
91111
"source": "registry",
92112
"dependencies": {
93-
"com.unity.mathematics": "1.2.1"
113+
"com.unity.mathematics": "1.2.1",
114+
"com.unity.modules.jsonserialize": "1.0.0"
94115
},
95116
"url": "https://packages.unity.com"
96117
},
97118
"com.unity.collab-proxy": {
98-
"version": "1.17.7",
119+
"version": "2.7.1",
99120
"depth": 0,
100121
"source": "registry",
122+
"dependencies": {},
123+
"url": "https://packages.unity.com"
124+
},
125+
"com.unity.collections": {
126+
"version": "1.2.4",
127+
"depth": 2,
128+
"source": "registry",
101129
"dependencies": {
102-
"com.unity.services.core": "1.0.1"
130+
"com.unity.burst": "1.6.6",
131+
"com.unity.test-framework": "1.1.31"
103132
},
104133
"url": "https://packages.unity.com"
105134
},
@@ -111,21 +140,22 @@
111140
"url": "https://packages.unity.com"
112141
},
113142
"com.unity.feature.2d": {
114-
"version": "1.0.0",
143+
"version": "2.0.1",
115144
"depth": 0,
116145
"source": "builtin",
117146
"dependencies": {
118-
"com.unity.2d.animation": "7.0.9",
119-
"com.unity.2d.pixel-perfect": "5.0.3",
120-
"com.unity.2d.psdimporter": "6.0.6",
147+
"com.unity.2d.animation": "9.2.0",
148+
"com.unity.2d.pixel-perfect": "5.1.0",
149+
"com.unity.2d.psdimporter": "8.1.0",
121150
"com.unity.2d.sprite": "1.0.0",
122-
"com.unity.2d.spriteshape": "7.0.6",
151+
"com.unity.2d.spriteshape": "9.1.0",
123152
"com.unity.2d.tilemap": "1.0.0",
124-
"com.unity.2d.tilemap.extras": "2.2.3"
153+
"com.unity.2d.tilemap.extras": "3.1.3",
154+
"com.unity.2d.aseprite": "1.1.9"
125155
}
126156
},
127157
"com.unity.ide.rider": {
128-
"version": "3.0.16",
158+
"version": "3.0.36",
129159
"depth": 0,
130160
"source": "registry",
131161
"dependencies": {
@@ -134,7 +164,7 @@
134164
"url": "https://packages.unity.com"
135165
},
136166
"com.unity.ide.visualstudio": {
137-
"version": "2.0.16",
167+
"version": "2.0.22",
138168
"depth": 0,
139169
"source": "registry",
140170
"dependencies": {
@@ -156,26 +186,8 @@
156186
"dependencies": {},
157187
"url": "https://packages.unity.com"
158188
},
159-
"com.unity.nuget.newtonsoft-json": {
160-
"version": "3.0.2",
161-
"depth": 2,
162-
"source": "registry",
163-
"dependencies": {},
164-
"url": "https://packages.unity.com"
165-
},
166-
"com.unity.services.core": {
167-
"version": "1.6.0",
168-
"depth": 1,
169-
"source": "registry",
170-
"dependencies": {
171-
"com.unity.modules.unitywebrequest": "1.0.0",
172-
"com.unity.nuget.newtonsoft-json": "3.0.2",
173-
"com.unity.modules.androidjni": "1.0.0"
174-
},
175-
"url": "https://packages.unity.com"
176-
},
177189
"com.unity.test-framework": {
178-
"version": "1.1.31",
190+
"version": "1.1.33",
179191
"depth": 0,
180192
"source": "registry",
181193
"dependencies": {
@@ -186,7 +198,7 @@
186198
"url": "https://packages.unity.com"
187199
},
188200
"com.unity.textmeshpro": {
189-
"version": "3.0.6",
201+
"version": "3.0.7",
190202
"depth": 0,
191203
"source": "registry",
192204
"dependencies": {
@@ -195,13 +207,13 @@
195207
"url": "https://packages.unity.com"
196208
},
197209
"com.unity.timeline": {
198-
"version": "1.6.4",
210+
"version": "1.7.7",
199211
"depth": 0,
200212
"source": "registry",
201213
"dependencies": {
214+
"com.unity.modules.audio": "1.0.0",
202215
"com.unity.modules.director": "1.0.0",
203216
"com.unity.modules.animation": "1.0.0",
204-
"com.unity.modules.audio": "1.0.0",
205217
"com.unity.modules.particlesystem": "1.0.0"
206218
},
207219
"url": "https://packages.unity.com"
@@ -216,7 +228,7 @@
216228
}
217229
},
218230
"com.unity.visualscripting": {
219-
"version": "1.7.8",
231+
"version": "1.9.4",
220232
"depth": 0,
221233
"source": "registry",
222234
"dependencies": {
@@ -363,17 +375,6 @@
363375
"version": "1.0.0",
364376
"depth": 0,
365377
"source": "builtin",
366-
"dependencies": {
367-
"com.unity.modules.ui": "1.0.0",
368-
"com.unity.modules.imgui": "1.0.0",
369-
"com.unity.modules.jsonserialize": "1.0.0",
370-
"com.unity.modules.uielementsnative": "1.0.0"
371-
}
372-
},
373-
"com.unity.modules.uielementsnative": {
374-
"version": "1.0.0",
375-
"depth": 1,
376-
"source": "builtin",
377378
"dependencies": {
378379
"com.unity.modules.ui": "1.0.0",
379380
"com.unity.modules.imgui": "1.0.0",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.16f1
2-
m_EditorVersionWithRevision: 2021.3.16f1 (4016570cf34f)
1+
m_EditorVersion: 2022.3.62f3
2+
m_EditorVersionWithRevision: 2022.3.62f3 (96770f904ca7)

examples/UnitySample/ProjectSettings/boot.config

Whitespace-only changes.

examples/UnitySample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ voicevox_core を Unity アプリケーションから実行するサンプル
1010

1111
## Requirements
1212

13-
Unity 2021.3.x 以降が必要です。
13+
Unity 2022.3.x 以降が必要です。
1414

1515
voicevox_core のバージョンなどについては [examples/cli/README.md](../../cli/README.md) などを参照してください。
1616

src/VoicevoxCoreSharp.Core.Unity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"version": "0.16.3",
55
"displayName": "VoicevoxCoreSharp.Core.Unity",
66
"description": "VoicevoxCoreSharp.Core for Unity",
7-
"unity": "2021.3"
7+
"unity": "2022.3"
88
}

0 commit comments

Comments
 (0)