Skip to content

Commit

Permalink
version 2.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
izayoijiichan committed Jan 20, 2024
1 parent 3948398 commit ea8ffc8
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 46 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [2.5.19] - 2023-11-08

- Features
- lilToon shader version 1.4.1 is now supported.

## [2.5.18] - 2023-09-16

- Improvements
Expand Down
42 changes: 21 additions & 21 deletions Documentation~/UniVGO/Installation.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ Unity 2021.1 以下のバージョンを使用する場合
|:---|:---:|:---:|:---:|:---:|:---:|
|com.unity.nuget.newtonsoft-json|Unity Technologies|Nuget|13.0.2|3.2.1|2023年5月2日|
|com.vrmc.vrmshaders|vrm-c|GitHub||0.105.0|2022年10月7日|
|com.izayoi.liltoon.shader.utility|IzayoiJiichan|GitHub||1.4.0|2023年5月30日|
|com.izayoi.liltoon.shader.utility|IzayoiJiichan|GitHub||1.4.1|2023年11月8日|
|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.18|2023年9月16日|
|com.izayoi.univgo|IzayoiJiichan|GitHub|VGO 2.5|2.5.19|2023年11月8日|

#### 追加パッケージ

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

|パッケージ名|所有者|リポジトリー|仕様バージョン|プログラム バージョン|リリース日|備考|
|:---|:---:|:---:|:---:|:---:|:---:|:---:|
|jp.lilxyzw.liltoon|lilxyzw|GitHub||1.4.0|2023年5月12日||
|jp.lilxyzw.liltoon|lilxyzw|GitHub||1.4.1|2023年9月4日||
|org.nuget.sixlabors.imagesharp|SixLabors|Unity NuGet||2.1.5|2023年8月14日|for WebP|
|com.unity.render-pipelines.universal|Unity Technologies|Unity Registry||14.0.0|2021年11月17日|URP only|
|com.unity.render-pipelines.high-definition|Unity Technologies|Unity Registry||14.0.0|2021年11月17日|HDRP only|
Expand Down Expand Up @@ -141,9 +141,9 @@ UniVGOを使用するために、以下の設定を追加してください。
```json
{
"dependencies": {
"com.izayoi.liltoon.shader.utility": "https://github.com/izayoijiichan/lilToonShaderUtility.git#v1.4.0",
"com.izayoi.liltoon.shader.utility": "https://github.com/izayoijiichan/lilToonShaderUtility.git#v1.4.1",
"com.izayoi.unishaders": "https://github.com/izayoijiichan/UniShaders.git#v1.6.1",
"com.izayoi.univgo": "https://github.com/izayoijiican/VGO.git#v2.5.18",
"com.izayoi.univgo": "https://github.com/izayoijiican/VGO.git#v2.5.19",
"com.izayoi.vgospringbone": "https://github.com/izayoijiichan/VgoSpringBone.git#v1.1.2",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.ugui": "1.0.0",
Expand All @@ -159,7 +159,7 @@ lilToonを使用する場合、"jp.lilxyzw.liltoon" の行を追加してくだ
```json
{
"dependencies": {
"jp.lilxyzw.liltoon": "https://github.com/lilxyzw/lilToon.git?path=Assets/lilToon#1.4.0",
"jp.lilxyzw.liltoon": "https://github.com/lilxyzw/lilToon.git?path=Assets/lilToon#1.4.1",
}
}
```
Expand Down Expand Up @@ -273,20 +273,20 @@ ___

|UniVRM|UniVGO|min Unity|
|:---:|:---:|:---:|
|0.100.0|2.5.17|2020.3|
|0.101.0|2.5.17|2020.3|
|0.102.0|2.5.17|2020.3|
|0.103.2|2.5.17|2020.3|
|0.104.2|2.5.17|2020.3|
|0.105.0|2.5.17|2020.3|
|0.106.0|2.5.17|2020.3|
|0.107.2|2.5.17|2020.3|
|0.108.0|2.5.17|2020.3|
|0.109.0|2.5.17|2020.3|
|0.110.0|2.5.17|2020.3|
|0.111.0|2.5.17|2020.3|
|0.112.0|2.5.17|2021.3|
|0.113.0|2.5.17|2021.3|
|0.100.0|2.5.19|2020.3|
|0.101.0|2.5.19|2020.3|
|0.102.0|2.5.19|2020.3|
|0.103.2|2.5.19|2020.3|
|0.104.2|2.5.19|2020.3|
|0.105.0|2.5.19|2020.3|
|0.106.0|2.5.19|2020.3|
|0.107.2|2.5.19|2020.3|
|0.108.0|2.5.19|2020.3|
|0.109.0|2.5.19|2020.3|
|0.110.0|2.5.19|2020.3|
|0.111.0|2.5.19|2020.3|
|0.112.0|2.5.19|2021.3|
|0.113.0|2.5.19|2021.3|

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

Expand Down Expand Up @@ -317,7 +317,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)|

___
最終更新日:2023年9月16日
最終更新日:2023年11月8日
編集者:十六夜おじいちゃん

*Copyright (C) 2020 Izayoi Jiichan. All Rights Reserved.*
42 changes: 21 additions & 21 deletions Documentation~/UniVGO/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ 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.vrmc.vrmshaders|vrm-c|GitHub||0.105.0|7 Oct, 2022|
|com.izayoi.liltoon.shader.utility|IzayoiJiichan|GitHub||1.4.0|30 May, 2023|
|com.izayoi.liltoon.shader.utility|IzayoiJiichan|GitHub||1.4.1|8 Nov, 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.18|16 Sep, 2023|
|com.izayoi.univgo|IzayoiJiichan|GitHub|VGO 2.5|2.5.19|8 Nov, 2023|

#### Additional Packages

Add if necessary.

|package name|owner|Repository|specification version|program version|release date|remarks|
|:---|:---:|:---:|:---:|:---:|:---:|:---:|
|jp.lilxyzw.liltoon|lilxyzw|GitHub||1.4.0|12 May, 2023||
|jp.lilxyzw.liltoon|lilxyzw|GitHub||1.4.1|4 Sep, 2023||
|org.nuget.sixlabors.imagesharp|SixLabors|Unity NuGet||2.1.5|14 Aug, 2023|for WebP|
|com.unity.render-pipelines.universal|Unity Technologies|Unity Registry||14.0.0|17 Nov, 2021|URP only|
|com.unity.render-pipelines.high-definition|Unity Technologies|Unity Registry||14.0.0|17 Nov, 2021|HDRP only|
Expand Down Expand Up @@ -140,9 +140,9 @@ To use UniVGO, add the following settings.
```json
{
"dependencies": {
"com.izayoi.liltoon.shader.utility": "https://github.com/izayoijiichan/lilToonShaderUtility.git#v1.4.0",
"com.izayoi.liltoon.shader.utility": "https://github.com/izayoijiichan/lilToonShaderUtility.git#v1.4.1",
"com.izayoi.unishaders": "https://github.com/izayoijiichan/UniShaders.git#v1.6.1",
"com.izayoi.univgo": "https://github.com/izayoijiican/VGO.git#v2.5.18",
"com.izayoi.univgo": "https://github.com/izayoijiican/VGO.git#v2.5.19",
"com.izayoi.vgospringbone": "https://github.com/izayoijiichan/VgoSpringBone.git#v1.1.2",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.ugui": "1.0.0",
Expand All @@ -158,7 +158,7 @@ If you want to use lilToon, append the line "jp.lilxyzw.liltoon".
```json
{
"dependencies": {
"jp.lilxyzw.liltoon": "https://github.com/lilxyzw/lilToon.git?path=Assets/lilToon#1.4.0",
"jp.lilxyzw.liltoon": "https://github.com/lilxyzw/lilToon.git?path=Assets/lilToon#1.4.1",
}
}
```
Expand Down Expand Up @@ -270,20 +270,20 @@ The version combinations are as follows.

|UniVRM|UniVGO|min Unity|
|:---:|:---:|:---:|
|0.100.0|2.5.17|2020.3|
|0.101.0|2.5.17|2020.3|
|0.102.0|2.5.17|2020.3|
|0.103.2|2.5.17|2020.3|
|0.104.2|2.5.17|2020.3|
|0.105.0|2.5.17|2020.3|
|0.106.0|2.5.17|2020.3|
|0.107.2|2.5.17|2020.3|
|0.108.0|2.5.17|2020.3|
|0.109.0|2.5.17|2020.3|
|0.110.0|2.5.17|2020.3|
|0.111.0|2.5.17|2020.3|
|0.112.0|2.5.17|2021.3|
|0.113.0|2.5.17|2021.3|
|0.100.0|2.5.19|2020.3|
|0.101.0|2.5.19|2020.3|
|0.102.0|2.5.19|2020.3|
|0.103.2|2.5.19|2020.3|
|0.104.2|2.5.19|2020.3|
|0.105.0|2.5.19|2020.3|
|0.106.0|2.5.19|2020.3|
|0.107.2|2.5.19|2020.3|
|0.108.0|2.5.19|2020.3|
|0.109.0|2.5.19|2020.3|
|0.110.0|2.5.19|2020.3|
|0.111.0|2.5.19|2020.3|
|0.112.0|2.5.19|2021.3|
|0.113.0|2.5.19|2021.3|

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

Expand Down Expand Up @@ -313,7 +313,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: 16 September, 2023
Last updated: 8 November, 2023
Editor: Izayoi Jiichan

*Copyright (C) 2020 Izayoi Jiichan. All Rights Reserved.*
5 changes: 5 additions & 0 deletions UniVgo2/Runtime/Porters/Materials/LilToonMaterialPorter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@ protected virtual VgoMaterial CreateVgoMaterialFromLilToon(

ExportLilTextureProperties(vgoStorage, vgoMaterial, material, shaderType, renderingMode, isOutline: isOutline);

// Tags
ExportTag(vgoMaterial, material, Tag.RenderType);
ExportTag(vgoMaterial, material, Tag.Queue);

// Keywords
ExportKeywords(vgoMaterial, material);

return vgoMaterial;
Expand Down
4 changes: 2 additions & 2 deletions UniVgo2/Runtime/VgoVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ public class VgoVersion
public const int MINOR = 5;

/// <summary>Patch</summary>
public const int PATCH = 18;
public const int PATCH = 19;

/// <summary>Version</summary>
public const string VERSION = "2.5.18";
public const string VERSION = "2.5.19";
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.izayoi.univgo",
"displayName": "UniVGO",
"description": "UniVGO is a package that can handle VGO files in Unity.",
"version": "2.5.18",
"version": "2.5.19",
"type": "tool",
"category": "",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "git+https://github.com/izayoijiichan/VGO.git"
},
"dependencies": {
"com.izayoi.liltoon.shader.utility": "1.4.0",
"com.izayoi.liltoon.shader.utility": "1.4.1",
"com.izayoi.unishaders": "1.6.1",
"com.izayoi.vgospringbone": "1.1.2",
"com.unity.modules.imageconversion": "1.0.0",
Expand Down

0 comments on commit ea8ffc8

Please sign in to comment.