19
19
| Unity 2022.3| ○| ○| ○| 未確認| 未確認| ○|
20
20
| Unity 2023.1| ○| ○| ○| ○| 未確認| ○|
21
21
| Unity 2023.2| ○| ○| ○| 未確認| 未確認| 未確認|
22
+ | Unity 6000.0| ○| ○| ○| 未確認| 未確認| 未確認|
22
23
23
- 2024年1月の時点では ` Unity 2023.2 ` の ` Windows ` 、` .NET Standard 2.1 ` 環境にて開発&確認を行っています。
24
+ 2024年10月の時点では ` Unity 6000.0 ` の ` Windows ` 、` .NET Standard 2.1 ` 環境にて開発&確認を行っています。
24
25
25
26
### 必要パッケージ
26
27
@@ -41,19 +42,19 @@ Unity 2021.1 以下のバージョンを使用する場合
41
42
| パッケージ名| 所有者| リポジトリー| 仕様バージョン| プログラム バージョン| リリース日|
42
43
| :---| :---:| :---:| :---:| :---:| :---:|
43
44
| com.unity.nuget.newtonsoft-json| Unity Technologies| Nuget| 13.0.2| 3.2.1| 2023年5月2日|
44
- | com.vrmc.vrmshaders| vrm-c| GitHub|| 0.105.0| 2022年10月7日|
45
- | com.izayoi.liltoon.shader.utility| IzayoiJiichan| GitHub|| 1.7.0| 2024年1月18日|
46
45
| com.izayoi.unishaders| IzayoiJiichan| GitHub|| 1.6.1| 2023年8月1日|
47
46
| com.izayoi.vgospringbone| IzayoiJiichan| GitHub|| 1.1.2| 2022年8月24日|
48
- | com.izayoi.univgo| IzayoiJiichan| GitHub| VGO 2.5| 2.5.20 | 2024年1月20日 |
47
+ | com.izayoi.univgo| IzayoiJiichan| GitHub| VGO 2.5| 2.5.21 | 2024年10月1日 |
49
48
50
49
#### 追加パッケージ
51
50
52
51
必要であれば追加してください。
53
52
54
53
| パッケージ名| 所有者| リポジトリー| 仕様バージョン| プログラム バージョン| リリース日| 備考|
55
54
| :---| :---:| :---:| :---:| :---:| :---:| :---:|
56
- | jp.lilxyzw.liltoon| lilxyzw| GitHub|| 1.7.2| 2024年1月18日||
55
+ | com.izayoi.liltoon.shader.utility| IzayoiJiichan| GitHub|| 1.7.0| 2024年1月18日||
56
+ | jp.lilxyzw.liltoon| lilxyzw| GitHub|| 1.7.3| 2024年8月8日||
57
+ | com.vrmc.vrmshaders| vrm-c| GitHub|| 0.124.2| 2024年7月23日||
57
58
| org.nuget.sixlabors.imagesharp| SixLabors| Unity NuGet|| 2.1.5| 2023年8月14日| for WebP|
58
59
| com.unity.render-pipelines.universal| Unity Technologies| Unity Registry|| 14.0.0| 2021年11月17日| URP only|
59
60
| com.unity.render-pipelines.high-definition| Unity Technologies| Unity Registry|| 14.0.0| 2021年11月17日| HDRP only|
80
81
81
82
#### 2. Unity Editor のインストール
82
83
83
- Unity Hub にて Unity Editor ` 2021.1.28f1 ` 、 ` 2021.2.0f1 ` 、 ` 2021.3.0f1 ` 、 ` 2022.1.0f1 ` 、 ` 2022.2.0f1 ` 、 ` 2022.3.0f1 ` のいずれかをインストールします 。
84
+ Unity Hub にて Unity Editor をインストールします 。
84
85
85
86
探しているバージョンが Unity Hub に表示されない場合は、[ Unity ダウンロード アーカイブ] ( https://unity3d.com/jp/get-unity/download/archive ) 経由でインストールしてください。
86
87
@@ -142,25 +143,83 @@ UniVGOを使用するために、以下の設定を追加してください。
142
143
``` json
143
144
{
144
145
"dependencies" : {
145
- "com.izayoi.liltoon.shader.utility" : " https://github.com/izayoijiichan/lilToonShaderUtility.git#v1.7.0" ,
146
146
"com.izayoi.unishaders" : " https://github.com/izayoijiichan/UniShaders.git#v1.6.1" ,
147
- "com.izayoi.univgo" : " https://github.com/izayoijiican/VGO.git#v2.5.20 " ,
147
+ "com.izayoi.univgo" : " https://github.com/izayoijiican/VGO.git#v2.5.21 " ,
148
148
"com.izayoi.vgospringbone" : " https://github.com/izayoijiichan/VgoSpringBone.git#v1.1.2" ,
149
149
"com.unity.nuget.newtonsoft-json" : " 3.2.1" ,
150
- "com.unity.ugui" : " 1.0.0" ,
151
- "com.vrmc.vrmshaders" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.105.0" ,
152
150
}
153
151
}
154
152
```
155
153
156
154
#### 2-3. Addtional Packages
157
155
158
- lilToonを使用する場合、"jp.lilxyzw.liltoon" の行を追加してください。
156
+ lilToon を使用する場合、以下の行を追加してください。
157
+
158
+ ``` json
159
+ {
160
+ "dependencies" : {
161
+ "com.izayoi.liltoon.shader.utility" : " https://github.com/izayoijiichan/lilToonShaderUtility.git#v1.7.0" ,
162
+ "jp.lilxyzw.liltoon" : " https://github.com/lilxyzw/lilToon.git?path=Assets/lilToon#1.7.3" ,
163
+ }
164
+ }
165
+ ```
166
+
167
+ UniUnlit を使用する場合、以下の行を追加してください。
159
168
160
169
``` json
161
170
{
162
171
"dependencies" : {
163
- "jp.lilxyzw.liltoon" : " https://github.com/lilxyzw/lilToon.git?path=Assets/lilToon#1.7.2" ,
172
+ "com.vrmc.vrmshaders" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.124.2" ,
173
+ }
174
+ }
175
+ ```
176
+
177
+ UniVRM 0.125 以上の場合は上記の代わりに以下を追加してください。
178
+
179
+ ``` json
180
+ {
181
+ "dependencies" : {
182
+ "com.vrmc.gltf" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.125.0" ,
183
+ }
184
+ }
185
+ ```
186
+
187
+ MToon 0.x を使用する場合、以下の行を追加してください。
188
+
189
+ ``` json
190
+ {
191
+ "dependencies" : {
192
+ "com.vrmc.vrmshaders" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.124.2" ,
193
+ }
194
+ }
195
+ ```
196
+
197
+ UniVRM 0.125 以上の場合は上記の代わりに以下を追加してください。
198
+
199
+ ``` json
200
+ {
201
+ "dependencies" : {
202
+ "com.vrmc.univrm" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.125.0" ,
203
+ }
204
+ }
205
+ ```
206
+
207
+ MToon 1.0 を使用する場合、以下の行を追加してください。
208
+
209
+ ``` json
210
+ {
211
+ "dependencies" : {
212
+ "com.vrmc.vrmshaders" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.124.2" ,
213
+ }
214
+ }
215
+ ```
216
+
217
+ UniVRM 0.125 以上の場合は上記の代わりに以下を追加してください。
218
+
219
+ ``` json
220
+ {
221
+ "dependencies" : {
222
+ "com.vrmc.vrm" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.125.0" ,
164
223
}
165
224
}
166
225
```
@@ -196,6 +255,8 @@ URPを使用する場合、"com.unity.render-pipelines.universal" の行を追
196
255
- [ Universal RP 12.1 for Unity 2021.3
] ( https://docs.unity3d.com/Packages/[email protected] /changelog/CHANGELOG.html )
197
256
- [ Universal RP 14.0 for Unity 2022.3
] ( https://docs.unity3d.com/Packages/[email protected] /changelog/CHANGELOG.html )
198
257
- [ Universal RP 15.0 for Unity 2023.1
] ( https://docs.unity3d.com/Packages/[email protected] /changelog/CHANGELOG.html )
258
+ - [ Universal RP 16.0 for Unity 2023.2
] ( https://docs.unity3d.com/Packages/[email protected] /changelog/CHANGELOG.html )
259
+ - [ Universal RP 17.0 for Unity 6000.0
] ( https://docs.unity3d.com/Packages/[email protected] /changelog/CHANGELOG.html )
199
260
200
261
HDRPを使用する場合、"com.unity.render-pipelines.high-definition" の行を追加してください。
201
262
@@ -211,6 +272,8 @@ HDRPを使用する場合、"com.unity.render-pipelines.high-definition" の行
211
272
- [ High Definition RP 12.1 for Unity 2021.3
] ( https://docs.unity3d.com/Packages/[email protected] /changelog/CHANGELOG.html )
212
273
- [ High Definition RP 14.0 for Unity 2022.3
] ( https://docs.unity3d.com/Packages/[email protected] /changelog/CHANGELOG.html )
213
274
- [ High Definition RP 15.0 for Unity 2023.1
] ( https://docs.unity3d.com/Packages/[email protected] /changelog/CHANGELOG.html )
275
+ - [ High Definition RP 16.0 for Unity 2023.2
] ( https://docs.unity3d.com/Packages/[email protected] /changelog/CHANGELOG.html )
276
+ - [ High Definition RP 17.0 for Unity 6000.0
] ( https://docs.unity3d.com/Packages/[email protected] /changelog/CHANGELOG.html )
214
277
215
278
### インストール完了の確認
216
279
@@ -274,35 +337,57 @@ ___
274
337
275
338
| UniVRM| UniVGO| min Unity|
276
339
| :---:| :---:| :---:|
277
- | 0.100.0| 2.5.20| 2020.3|
278
- | 0.101.0| 2.5.20| 2020.3|
279
- | 0.102.0| 2.5.20| 2020.3|
280
- | 0.103.2| 2.5.20| 2020.3|
281
- | 0.104.2| 2.5.20| 2020.3|
282
- | 0.105.0| 2.5.20| 2020.3|
283
- | 0.106.0| 2.5.20| 2020.3|
284
- | 0.107.2| 2.5.20| 2020.3|
285
- | 0.108.0| 2.5.20| 2020.3|
286
- | 0.109.0| 2.5.20| 2020.3|
287
- | 0.110.0| 2.5.20| 2020.3|
288
- | 0.111.0| 2.5.20| 2020.3|
289
- | 0.112.0| 2.5.20| 2021.3|
290
- | 0.113.0| 2.5.20| 2021.3|
291
- | 0.114.0| 2.5.20| 2021.3|
292
- | 0.115.0| 2.5.20| 2021.3|
293
- | 0.116.0| 2.5.20| 2021.3|
294
- | 0.117.0| 2.5.20| 2021.3|
340
+ | 0.100.0| 2.5.21| 2020.3|
341
+ | 0.101.0| 2.5.21| 2020.3|
342
+ | 0.102.0| 2.5.21| 2020.3|
343
+ | 0.103.2| 2.5.21| 2020.3|
344
+ | 0.104.2| 2.5.21| 2020.3|
345
+ | 0.105.0| 2.5.21| 2020.3|
346
+ | 0.106.0| 2.5.21| 2020.3|
347
+ | 0.107.2| 2.5.21| 2020.3|
348
+ | 0.108.0| 2.5.21| 2020.3|
349
+ | 0.109.0| 2.5.21| 2020.3|
350
+ | 0.110.0| 2.5.21| 2020.3|
351
+ | 0.111.0| 2.5.21| 2020.3|
352
+ | 0.112.0| 2.5.21| 2021.3|
353
+ | 0.113.0| 2.5.21| 2021.3|
354
+ | 0.114.0| 2.5.21| 2021.3|
355
+ | 0.115.0| 2.5.21| 2021.3|
356
+ | 0.116.0| 2.5.21| 2021.3|
357
+ | 0.117.0| 2.5.21| 2021.3|
358
+ | 0.118.0| 2.5.21| 2021.3|
359
+ | 0.119.0| 2.5.21| 2021.3|
360
+ | 0.120.0| 2.5.21| 2021.3|
361
+ | 0.121.0| 2.5.21| 2021.3|
362
+ | 0.122.0| 2.5.21| 2021.3|
363
+ | 0.123.0| 2.5.21| 2021.3|
364
+ | 0.124.2| 2.5.21| 2021.3|
365
+ | 0.125.0| 2.5.21| 2021.3|
295
366
296
367
` <Project>/Packages/package.json ` に以下の記述を行います。
297
368
298
369
``` json
299
370
{
300
371
"dependencies" : {
301
372
...
302
- "com.vrmc.gltf" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.105.0" ,
303
- "com.vrmc.univrm" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.105.0" ,
304
- "com.vrmc.vrm" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.105.0" ,
305
- "com.vrmc.vrmshaders" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.105.0" ,
373
+ "com.vrmc.gltf" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.124.2" ,
374
+ "com.vrmc.univrm" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.124.2" ,
375
+ "com.vrmc.vrm" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.124.2" ,
376
+ "com.vrmc.vrmshaders" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.124.2" ,
377
+ ...
378
+ }
379
+ }
380
+ ```
381
+
382
+ UniVRM 0.125 以上の場合は上記の代わりに以下を追加してください。
383
+
384
+ ``` json
385
+ {
386
+ "dependencies" : {
387
+ ...
388
+ "com.vrmc.gltf" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.125.0" ,
389
+ "com.vrmc.univrm" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.125.0" ,
390
+ "com.vrmc.vrm" : " https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.125.0" ,
306
391
...
307
392
}
308
393
}
312
397
313
398
https://github.com/izayoijiichan/VGO/wiki/How-to-use-UniVRM-and-UniVGO-together
314
399
315
-
316
400
### セットアップ済みサンプルプロジェクト
317
401
318
402
| unity version| rendering pipeline| package| link|
@@ -322,7 +406,7 @@ https://github.com/izayoijiichan/VGO/wiki/How-to-use-UniVRM-and-UniVGO-together
322
406
| 2022.3.0f1| BRP| UniVGO + UniVRM| [ Link] ( https://github.com/izayoijiichan/univgo2.sample.unity.project/tree/unity2022.3.brp.univrm ) |
323
407
324
408
___
325
- 最終更新日:2024年1月20日
409
+ 最終更新日:2024年10月1日
326
410
編集者:十六夜おじいちゃん
327
411
328
412
* Copyright (C) 2020 Izayoi Jiichan. All Rights Reserved.*
0 commit comments