Skip to content

Commit b45ca52

Browse files
committed
version 2.5.21
1 parent ff3e14e commit b45ca52

27 files changed

+601
-103
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## [2.5.21] - 2024-10-01
4+
5+
- Features
6+
- Unity 6000.0 is now supported.
7+
- The following packages are optional.
8+
- `com.izayoi.liltoon.shader.utility`
9+
- `com.vrmc.vrmshaders`
10+
- Changes
11+
- The source of `UniUnlit`, `MToon` and `MToon10` shaders varies depending on the package version.
12+
- UniGLTF/UniUnlit
13+
- `com.vrmc.vrmshaders` 0.112.0 to 0.124.2
14+
- `com.vrmc.gltf` 0.125.0 or higher
15+
- MToon 0.x
16+
- `com.vrmc.vrmshaders` 0.112.0 to 0.124.2
17+
- `com.vrmc.univrm` 0.125.0 or higher
18+
- MToon 1.0
19+
- `com.vrmc.vrmshaders` 0.112.0 to 0.124.2
20+
- `com.vrmc.vrm` 0.125.0 or higher
21+
322
## [2.5.20] - 2024-01-20
423

524
- Features

Documentation~/UniVGO/Installation.ja.md

+120-36
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ ___
1919
|Unity 2022.3||||未確認|未確認||
2020
|Unity 2023.1|||||未確認||
2121
|Unity 2023.2||||未確認|未確認|未確認|
22+
|Unity 6000.0||||未確認|未確認|未確認|
2223

23-
2024年1月の時点では `Unity 2023.2``Windows``.NET Standard 2.1` 環境にて開発&確認を行っています。
24+
2024年10月の時点では `Unity 6000.0``Windows``.NET Standard 2.1` 環境にて開発&確認を行っています。
2425

2526
### 必要パッケージ
2627

@@ -41,19 +42,19 @@ Unity 2021.1 以下のバージョンを使用する場合
4142
|パッケージ名|所有者|リポジトリー|仕様バージョン|プログラム バージョン|リリース日|
4243
|:---|:---:|:---:|:---:|:---:|:---:|
4344
|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日|
4645
|com.izayoi.unishaders|IzayoiJiichan|GitHub||1.6.1|2023年8月1日|
4746
|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日|
4948

5049
#### 追加パッケージ
5150

5251
必要であれば追加してください。
5352

5453
|パッケージ名|所有者|リポジトリー|仕様バージョン|プログラム バージョン|リリース日|備考|
5554
|:---|:---:|:---:|:---:|:---:|:---:|:---:|
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日||
5758
|org.nuget.sixlabors.imagesharp|SixLabors|Unity NuGet||2.1.5|2023年8月14日|for WebP|
5859
|com.unity.render-pipelines.universal|Unity Technologies|Unity Registry||14.0.0|2021年11月17日|URP only|
5960
|com.unity.render-pipelines.high-definition|Unity Technologies|Unity Registry||14.0.0|2021年11月17日|HDRP only|
@@ -80,7 +81,7 @@ ___
8081

8182
#### 2. Unity Editor のインストール
8283

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 をインストールします
8485

8586
探しているバージョンが Unity Hub に表示されない場合は、[Unity ダウンロード アーカイブ](https://unity3d.com/jp/get-unity/download/archive) 経由でインストールしてください。
8687

@@ -142,25 +143,83 @@ UniVGOを使用するために、以下の設定を追加してください。
142143
```json
143144
{
144145
"dependencies": {
145-
"com.izayoi.liltoon.shader.utility": "https://github.com/izayoijiichan/lilToonShaderUtility.git#v1.7.0",
146146
"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",
148148
"com.izayoi.vgospringbone": "https://github.com/izayoijiichan/VgoSpringBone.git#v1.1.2",
149149
"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",
152150
}
153151
}
154152
```
155153

156154
#### 2-3. Addtional Packages
157155

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 を使用する場合、以下の行を追加してください。
159168

160169
```json
161170
{
162171
"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",
164223
}
165224
}
166225
```
@@ -196,6 +255,8 @@ URPを使用する場合、"com.unity.render-pipelines.universal" の行を追
196255
- [Universal RP 12.1 for Unity 2021.3](https://docs.unity3d.com/Packages/[email protected]/changelog/CHANGELOG.html)
197256
- [Universal RP 14.0 for Unity 2022.3](https://docs.unity3d.com/Packages/[email protected]/changelog/CHANGELOG.html)
198257
- [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)
199260

200261
HDRPを使用する場合、"com.unity.render-pipelines.high-definition" の行を追加してください。
201262

@@ -211,6 +272,8 @@ HDRPを使用する場合、"com.unity.render-pipelines.high-definition" の行
211272
- [High Definition RP 12.1 for Unity 2021.3](https://docs.unity3d.com/Packages/[email protected]/changelog/CHANGELOG.html)
212273
- [High Definition RP 14.0 for Unity 2022.3](https://docs.unity3d.com/Packages/[email protected]/changelog/CHANGELOG.html)
213274
- [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)
214277

215278
### インストール完了の確認
216279

@@ -274,35 +337,57 @@ ___
274337

275338
|UniVRM|UniVGO|min Unity|
276339
|:---:|:---:|:---:|
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|
295366

296367
`<Project>/Packages/package.json` に以下の記述を行います。
297368

298369
```json
299370
{
300371
"dependencies": {
301372
...
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",
306391
...
307392
}
308393
}
@@ -312,7 +397,6 @@ ___
312397

313398
https://github.com/izayoijiichan/VGO/wiki/How-to-use-UniVRM-and-UniVGO-together
314399

315-
316400
### セットアップ済みサンプルプロジェクト
317401

318402
|unity version|rendering pipeline|package|link|
@@ -322,7 +406,7 @@ https://github.com/izayoijiichan/VGO/wiki/How-to-use-UniVRM-and-UniVGO-together
322406
|2022.3.0f1|BRP|UniVGO + UniVRM|[Link](https://github.com/izayoijiichan/univgo2.sample.unity.project/tree/unity2022.3.brp.univrm)|
323407

324408
___
325-
最終更新日:2024年1月20日
409+
最終更新日:2024年10月1日
326410
編集者:十六夜おじいちゃん
327411

328412
*Copyright (C) 2020 Izayoi Jiichan. All Rights Reserved.*

0 commit comments

Comments
 (0)