Skip to content

Commit

Permalink
version 2.5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
izayoijiichan committed Nov 4, 2024
1 parent b45ca52 commit da8a416
Show file tree
Hide file tree
Showing 72 changed files with 2,074 additions and 491 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [2.5.22] - 2024-11-04

- Features
- The following Particle System modules are now available.
- `TextureSheetAnimation`
- `CustomData`
- NOVA shader version 2.4.0 is now supported.
- `jp.co.cyberagent.novas`
- `com.izayoi.nova.shader.utility`
- However, `Texture2DAarray` and `Texture3D` are not supported.

## [2.5.21] - 2024-10-01

- Features
Expand Down
75 changes: 45 additions & 30 deletions Documentation~/UniVGO/Installation.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Unity 2021.1 以下のバージョンを使用する場合
|com.unity.nuget.newtonsoft-json|Unity Technologies|Nuget|13.0.2|3.2.1|2023年5月2日|
|com.izayoi.unishaders|IzayoiJiichan|GitHub||1.6.1|2023年8月1日|
|com.izayoi.vgospringbone|IzayoiJiichan|GitHub||1.1.2|2022年8月24日|
|com.izayoi.univgo|IzayoiJiichan|GitHub|VGO 2.5|2.5.21|2024年10月1日|
|com.izayoi.univgo|IzayoiJiichan|GitHub|VGO 2.5|2.5.22|2024年11月4日|

#### 追加パッケージ

Expand All @@ -53,6 +53,8 @@ Unity 2021.1 以下のバージョンを使用する場合
|パッケージ名|所有者|リポジトリー|仕様バージョン|プログラム バージョン|リリース日|備考|
|:---|:---:|:---:|:---:|:---:|:---:|:---:|
|com.izayoi.liltoon.shader.utility|IzayoiJiichan|GitHub||1.7.0|2024年1月18日||
|com.izayoi.nova.shader.utility|IzayoiJiichan|GitHub||2.4.0|2024年11月4日||
|jp.co.cyberagent.nova|Cyber Agent|GitHub||2.4.0|2024年10月11日||
|jp.lilxyzw.liltoon|lilxyzw|GitHub||1.7.3|2024年8月8日||
|com.vrmc.vrmshaders|vrm-c|GitHub||0.124.2|2024年7月23日||
|org.nuget.sixlabors.imagesharp|SixLabors|Unity NuGet||2.1.5|2023年8月14日|for WebP|
Expand Down Expand Up @@ -144,7 +146,7 @@ UniVGOを使用するために、以下の設定を追加してください。
{
"dependencies": {
"com.izayoi.unishaders": "https://github.com/izayoijiichan/UniShaders.git#v1.6.1",
"com.izayoi.univgo": "https://github.com/izayoijiican/VGO.git#v2.5.21",
"com.izayoi.univgo": "https://github.com/izayoijiican/VGO.git#v2.5.22",
"com.izayoi.vgospringbone": "https://github.com/izayoijiichan/VgoSpringBone.git#v1.1.2",
"com.unity.nuget.newtonsoft-json": "3.2.1",
}
Expand All @@ -164,6 +166,17 @@ lilToon を使用する場合、以下の行を追加してください。
}
```

NOVA shader を使用する場合、以下の行を追加してください。

```json
{
"dependencies": {
"com.izayoi.nova.shader.utility": "https://github.com/izayoijiichan/NovaShaderUtility.git#v2.4.0",
"jp.co.cyberagent.nova": "https://github.com/CyberAgentGameEntertainment/NovaShader.git?path=Assets/Nova#2.4.0",
}
}
```

UniUnlit を使用する場合、以下の行を追加してください。

```json
Expand Down Expand Up @@ -224,7 +237,7 @@ UniVRM 0.125 以上の場合は上記の代わりに以下を追加してくだ
}
```

WUnity 2021.2 以上のバージョンを使用していて、WebPを使用する場合、"org.nuget.sixlabors.imagesharp" の行を追加してください。
Unity 2021.2 以上のバージョンを使用していて、WebPを使用する場合、"org.nuget.sixlabors.imagesharp" の行を追加してください。

```json
{
Expand Down Expand Up @@ -311,6 +324,8 @@ ___
|MToon|MToon シェーダー ユーティリティー|*|*|
|MToon.Editor|MToon シェーダー ユーティリティー|-|-|
|NewtonVgo|Newton.JSON向け VGOプログラム|*|*|
|NOVA|NOVA シェーダー ユーティリティー|*|*|
|NOVA.Editor|NOVA シェーダー ユーティリティー|-|-|
|ShaderProperty.Runtime|シェーダーのプロパティー情報|*|*|
|UniShader.Hdrp.Utility|HDRP シェーダー ユーティリティー|*|*|
|UniShader.Shared|Unity シェーダー 共有 ユーティリティー|*|*|
Expand All @@ -337,32 +352,32 @@ ___

|UniVRM|UniVGO|min Unity|
|:---:|:---:|:---:|
|0.100.0|2.5.21|2020.3|
|0.101.0|2.5.21|2020.3|
|0.102.0|2.5.21|2020.3|
|0.103.2|2.5.21|2020.3|
|0.104.2|2.5.21|2020.3|
|0.105.0|2.5.21|2020.3|
|0.106.0|2.5.21|2020.3|
|0.107.2|2.5.21|2020.3|
|0.108.0|2.5.21|2020.3|
|0.109.0|2.5.21|2020.3|
|0.110.0|2.5.21|2020.3|
|0.111.0|2.5.21|2020.3|
|0.112.0|2.5.21|2021.3|
|0.113.0|2.5.21|2021.3|
|0.114.0|2.5.21|2021.3|
|0.115.0|2.5.21|2021.3|
|0.116.0|2.5.21|2021.3|
|0.117.0|2.5.21|2021.3|
|0.118.0|2.5.21|2021.3|
|0.119.0|2.5.21|2021.3|
|0.120.0|2.5.21|2021.3|
|0.121.0|2.5.21|2021.3|
|0.122.0|2.5.21|2021.3|
|0.123.0|2.5.21|2021.3|
|0.124.2|2.5.21|2021.3|
|0.125.0|2.5.21|2021.3|
|0.100.0|2.5.22|2020.3|
|0.101.0|2.5.22|2020.3|
|0.102.0|2.5.22|2020.3|
|0.103.2|2.5.22|2020.3|
|0.104.2|2.5.22|2020.3|
|0.105.0|2.5.22|2020.3|
|0.106.0|2.5.22|2020.3|
|0.107.2|2.5.22|2020.3|
|0.108.0|2.5.22|2020.3|
|0.109.0|2.5.22|2020.3|
|0.110.0|2.5.22|2020.3|
|0.111.0|2.5.22|2020.3|
|0.112.0|2.5.22|2021.3|
|0.113.0|2.5.22|2021.3|
|0.114.0|2.5.22|2021.3|
|0.115.0|2.5.22|2021.3|
|0.116.0|2.5.22|2021.3|
|0.117.0|2.5.22|2021.3|
|0.118.0|2.5.22|2021.3|
|0.119.0|2.5.22|2021.3|
|0.120.0|2.5.22|2021.3|
|0.121.0|2.5.22|2021.3|
|0.122.0|2.5.22|2021.3|
|0.123.0|2.5.22|2021.3|
|0.124.2|2.5.22|2021.3|
|0.125.0|2.5.22|2021.3|

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

Expand Down Expand Up @@ -406,7 +421,7 @@ https://github.com/izayoijiichan/VGO/wiki/How-to-use-UniVRM-and-UniVGO-together
|2022.3.0f1|BRP|UniVGO + UniVRM|[Link](https://github.com/izayoijiichan/univgo2.sample.unity.project/tree/unity2022.3.brp.univrm)|

___
最終更新日:2024年10月1日
最終更新日:2024年11月4日
編集者:十六夜おじいちゃん

*Copyright (C) 2020 Izayoi Jiichan. All Rights Reserved.*
75 changes: 45 additions & 30 deletions Documentation~/UniVGO/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This package is required for any Unity version.
|com.unity.nuget.newtonsoft-json|Unity Technologies|Nuget|13.0.2|3.2.1|2 May, 2023|
|com.izayoi.unishaders|IzayoiJiichan|GitHub||1.6.1|1 Aug, 2023|
|com.izayoi.vgospringbone|IzayoiJiichan|GitHub||1.1.2|24 Aug, 2022|
|com.izayoi.univgo|IzayoiJiichan|GitHub|VGO 2.5|2.5.1|1 Oct, 2024|
|com.izayoi.univgo|IzayoiJiichan|GitHub|VGO 2.5|2.5.22|4 Nov, 2024|

#### Additional Packages

Expand All @@ -53,6 +53,8 @@ Add if necessary.
|package name|owner|Repository|specification version|program version|release date|remarks|
|:---|:---:|:---:|:---:|:---:|:---:|:---:|
|com.izayoi.liltoon.shader.utility|IzayoiJiichan|GitHub||1.7.0|18 Jan, 2024||
|com.izayoi.nova.shader.utility|IzayoiJiichan|GitHub||2.4.0|4 Nov, 2024||
|jp.co.cyberagent.nova|Cyber Agent|GitHub||2.4.0|11, Oct, 2024||
|jp.lilxyzw.liltoon|lilxyzw|GitHub||1.7.3|8 Aug, 2024||
|com.vrmc.vrmshaders|vrm-c|GitHub||0.124.2|23 Jul, 2024||
|org.nuget.sixlabors.imagesharp|SixLabors|Unity NuGet||2.1.5|14 Aug, 2023|for WebP|
Expand Down Expand Up @@ -143,7 +145,7 @@ To use UniVGO, add the following settings.
{
"dependencies": {
"com.izayoi.unishaders": "https://github.com/izayoijiichan/UniShaders.git#v1.6.1",
"com.izayoi.univgo": "https://github.com/izayoijiican/VGO.git#v2.5.21",
"com.izayoi.univgo": "https://github.com/izayoijiican/VGO.git#v2.5.22",
"com.izayoi.vgospringbone": "https://github.com/izayoijiichan/VgoSpringBone.git#v1.1.2",
"com.unity.nuget.newtonsoft-json": "3.2.1",
}
Expand All @@ -152,7 +154,7 @@ To use UniVGO, add the following settings.

#### 2-3. Addtional Packages

If you want to use lilToon, append the line "jp.lilxyzw.liltoon".
If you want to use lilToon, add the following line.

```json
{
Expand All @@ -163,6 +165,17 @@ If you want to use lilToon, append the line "jp.lilxyzw.liltoon".
}
```

If you want to use NOVA shader, add the following line.

```json
{
"dependencies": {
"com.izayoi.nova.shader.utility": "https://github.com/izayoijiichan/NovaShaderUtility.git#v2.4.0",
"jp.co.cyberagent.nova": "https://github.com/CyberAgentGameEntertainment/NovaShader.git?path=Assets/Nova#2.4.0",
}
}
```

If you use UniUnlit, add the following line.

```json
Expand Down Expand Up @@ -309,6 +322,8 @@ When the package is installed in the project, the script is automatically compil
|MToon|MToon shader utility|*|*|
|MToon.Editor|MToon shader utility|-|*|
|NewtonVgo|for Newton.JSON vgo program|*|*|
|NOVA|NOVA shader utility|*|*|
|NOVA.Editor|NOVA shader utility|-|*|
|ShaderProperty.Runtime|Shader property information|*|*|
|UniShader.Hdrp.Utility|HDRP shader utility|*|*|
|UniShader.Shared|Unity shader shared utility|*|*|
Expand All @@ -335,32 +350,32 @@ The version combinations are as follows.

|UniVRM|UniVGO|min Unity|
|:---:|:---:|:---:|
|0.100.0|2.5.21|2020.3|
|0.101.0|2.5.21|2020.3|
|0.102.0|2.5.21|2020.3|
|0.103.2|2.5.21|2020.3|
|0.104.2|2.5.21|2020.3|
|0.105.0|2.5.21|2020.3|
|0.106.0|2.5.21|2020.3|
|0.107.2|2.5.21|2020.3|
|0.108.0|2.5.21|2020.3|
|0.109.0|2.5.21|2020.3|
|0.110.0|2.5.21|2020.3|
|0.111.0|2.5.21|2020.3|
|0.112.0|2.5.21|2021.3|
|0.113.0|2.5.21|2021.3|
|0.114.0|2.5.21|2021.3|
|0.115.0|2.5.21|2021.3|
|0.116.0|2.5.21|2021.3|
|0.117.0|2.5.21|2021.3|
|0.118.0|2.5.21|2021.3|
|0.119.0|2.5.21|2021.3|
|0.120.0|2.5.21|2021.3|
|0.121.0|2.5.21|2021.3|
|0.122.0|2.5.21|2021.3|
|0.123.0|2.5.21|2021.3|
|0.124.2|2.5.21|2021.3|
|0.125.0|2.5.21|2021.3|
|0.100.0|2.5.22|2020.3|
|0.101.0|2.5.22|2020.3|
|0.102.0|2.5.22|2020.3|
|0.103.2|2.5.22|2020.3|
|0.104.2|2.5.22|2020.3|
|0.105.0|2.5.22|2020.3|
|0.106.0|2.5.22|2020.3|
|0.107.2|2.5.22|2020.3|
|0.108.0|2.5.22|2020.3|
|0.109.0|2.5.22|2020.3|
|0.110.0|2.5.22|2020.3|
|0.111.0|2.5.22|2020.3|
|0.112.0|2.5.22|2021.3|
|0.113.0|2.5.22|2021.3|
|0.114.0|2.5.22|2021.3|
|0.115.0|2.5.22|2021.3|
|0.116.0|2.5.22|2021.3|
|0.117.0|2.5.22|2021.3|
|0.118.0|2.5.22|2021.3|
|0.119.0|2.5.22|2021.3|
|0.120.0|2.5.22|2021.3|
|0.121.0|2.5.22|2021.3|
|0.122.0|2.5.22|2021.3|
|0.123.0|2.5.22|2021.3|
|0.124.2|2.5.22|2021.3|
|0.125.0|2.5.22|2021.3|

Write the following in `<Project> /Packages/package.json`.

Expand Down Expand Up @@ -404,7 +419,7 @@ https://github.com/izayoijiichan/VGO/wiki/How-to-use-UniVRM-and-UniVGO-together
|2022.3.0f1|BRP|UniVGO + UniVRM|[Link](https://github.com/izayoijiichan/univgo2.sample.unity.project/tree/unity2022.3.brp.univrm)|

___
Last updated: 1 October, 2024
Last updated: 4 November, 2024
Editor: Izayoi Jiichan

*Copyright (C) 2020 Izayoi Jiichan. All Rights Reserved.*
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"$id": "vgo.ps.customData",
"type": "object",
"enabled": {
"type": "boolean"
},
"stream": {
"anyOf": [
{
"enum": [ 0 ],
"description": "Custom1",
"type": "integer"
},
{
"enum": [ 1 ],
"description": "Custom2",
"type": "integer"
}
]
},
"mode": {
"anyOf": [
{
"enum": [ 0 ],
"description": "Disabled",
"type": "integer"
},
{
"enum": [ 1 ],
"description": "Vector",
"type": "integer"
},
{
"enum": [ 2 ],
"description": "Color",
"type": "integer"
}
]
},
"vector": {
"type": [
"array",
"null"
],
"items": {
"$id": "vgo.ps.minMaxCurve",
"type": [
"object",
"null"
]
}
},
"color": {
"$id": "vgo.ps.minMaxGradient",
"type": [
"object",
"null"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
{
"$id": "vgo.ps.customDataModule",
"type": "object"
"type": "object",
"enabled": {
"type": "boolean"
},
"customData": {
"type": [
"array",
"null"
],
"items": {
"$id": "vgo.ps.customData",
"type": "object"
}
}
}
Loading

0 comments on commit da8a416

Please sign in to comment.