Skip to content

Commit 0f2e012

Browse files
Release v.2.0.8 for Legacy pipeline / Bug fix for Issue #82: Fixed a bug that caused the brightness of the outline to change unexpectedly in some VRChat worlds. (#91)
1 parent 2f445c8 commit 0f2e012

File tree

159 files changed

+531
-725
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+531
-725
lines changed

Assets/Toon/Editor/UTS2GUI.cs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//Unitychan Toon Shader ver.2.0
2-
//UTS2GUI.cs for UTS2 v.2.0.7.5
2+
//UTS2GUI.cs for UTS2 v.2.0.8
33
//nobuyuki@unity3d.com
44
//https://github.com/unity3d-jp/UnityChanToonShaderVer2_Project
55
//(C)Unity Technologies Japan/UCL
@@ -36,7 +36,7 @@ public enum _EmissiveMode{
3636

3737
//各種設定保持用.
3838
//UTS2のバージョン.
39-
static float _UTS2VersionNumber = 2.075f;
39+
static float _UTS2VersionNumber = 2.08f;
4040
//
4141
static int _StencilNo_Setting;
4242
static bool _OriginalInspector = false;
@@ -337,7 +337,7 @@ public override void OnGUI(MaterialEditor materialEditor, MaterialProperty[] pro
337337

338338
//v.2.0.7.2 / v.2.0.7.4
339339
//v.2.0.4.3p1以前のBaseMap名との互換性対策、および_utsVersionの更新をおこなう.
340-
//shader側で新規設定されるのは、_utsVersion = 2.07fなので、CustomGUI側でサブバージョンを付ける.
340+
//shader側で新規設定されるのは、_utsVersion = 2.08fなので、CustomGUI側でサブバージョンを付ける.
341341
if(material.GetFloat("_utsVersion") < _UTS2VersionNumber)
342342
{
343343
//_MainTexを使っている世代は、_BaseMapにはテクスチャ情報はない.
@@ -587,11 +587,11 @@ void CheckUtsTechnique(Material material){
587587
void OpenManualLink(){
588588
if (GUILayout.Button("日本語マニュアル",middleButtonStyle))
589589
{
590-
Application.OpenURL("https://github.com/unity3d-jp/UnityChanToonShaderVer2_Project/blob/master/Manual/UTS2_Manual_ja.md");
590+
Application.OpenURL("https://github.com/unity3d-jp/UnityChanToonShaderVer2_Project/blob/release/legacy/2.0/Manual/UTS2_Manual_ja.md");
591591
}
592592
if (GUILayout.Button("English manual",middleButtonStyle))
593593
{
594-
Application.OpenURL("https://github.com/unity3d-jp/UnityChanToonShaderVer2_Project/blob/master/Manual/UTS2_Manual_en.md");
594+
Application.OpenURL("https://github.com/unity3d-jp/UnityChanToonShaderVer2_Project/blob/release/legacy/2.0/Manual/UTS2_Manual_en.md");
595595
}
596596
}
597597

Assets/Toon/Materials/CellTouch_ToonShader_Face.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Material:
124124
- _Is_LightColor_Base: 1
125125
- _Is_LightColor_HighColor: 1
126126
- _Is_LightColor_MatCap: 1
127+
- _Is_LightColor_Outline: 1
127128
- _Is_LightColor_RimLight: 1
128129
- _Is_NormalMapForMatCap: 0
129130
- _Is_NormalMapToBase: 0
@@ -170,7 +171,7 @@ Material:
170171
- _Use_BaseAs1st: 0
171172
- _simpleUI: 0
172173
- _utsTechnique: 0
173-
- _utsVersion: 2.075
174+
- _utsVersion: 2.08
174175
m_Colors:
175176
- _1st_ShadeColor: {r: 1, g: 1, b: 1, a: 1}
176177
- _2nd_ShadeColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}

Assets/Toon/Materials/CellTouch_ToonShader_Face_Firefly.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Material:
124124
- _Is_LightColor_Base: 1
125125
- _Is_LightColor_HighColor: 1
126126
- _Is_LightColor_MatCap: 1
127+
- _Is_LightColor_Outline: 1
127128
- _Is_LightColor_RimLight: 1
128129
- _Is_NormalMapForMatCap: 0
129130
- _Is_NormalMapToBase: 0
@@ -170,7 +171,7 @@ Material:
170171
- _Use_BaseAs1st: 0
171172
- _simpleUI: 0
172173
- _utsTechnique: 0
173-
- _utsVersion: 2.075
174+
- _utsVersion: 2.08
174175
m_Colors:
175176
- _1st_ShadeColor: {r: 1, g: 1, b: 1, a: 1}
176177
- _2nd_ShadeColor: {r: 1, g: 1, b: 1, a: 1}

Assets/Toon/Materials/CellTouch_ToonShader_Fhair2_StencilOut.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Material:
124124
- _Is_LightColor_Base: 1
125125
- _Is_LightColor_HighColor: 1
126126
- _Is_LightColor_MatCap: 1
127+
- _Is_LightColor_Outline: 1
127128
- _Is_LightColor_RimLight: 1
128129
- _Is_NormalMapForMatCap: 0
129130
- _Is_NormalMapToBase: 1
@@ -171,7 +172,7 @@ Material:
171172
- _Use_BaseAs1st: 0
172173
- _simpleUI: 0
173174
- _utsTechnique: 0
174-
- _utsVersion: 2.075
175+
- _utsVersion: 2.08
175176
m_Colors:
176177
- _1st_ShadeColor: {r: 1, g: 1, b: 1, a: 1}
177178
- _2nd_ShadeColor: {r: 0.8602941, g: 0.664852, b: 0.45544982, a: 1}

Assets/Toon/Materials/CellTouch_ToonShader_Fhair_StencilOut.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Material:
124124
- _Is_LightColor_Base: 1
125125
- _Is_LightColor_HighColor: 1
126126
- _Is_LightColor_MatCap: 1
127+
- _Is_LightColor_Outline: 1
127128
- _Is_LightColor_RimLight: 1
128129
- _Is_NormalMapForMatCap: 1
129130
- _Is_NormalMapToBase: 1
@@ -171,7 +172,7 @@ Material:
171172
- _Use_BaseAs1st: 0
172173
- _simpleUI: 0
173174
- _utsTechnique: 0
174-
- _utsVersion: 2.075
175+
- _utsVersion: 2.08
175176
m_Colors:
176177
- _1st_ShadeColor: {r: 1, g: 1, b: 1, a: 1}
177178
- _2nd_ShadeColor: {r: 0.8602941, g: 0.664852, b: 0.45544982, a: 1}

Assets/Toon/Materials/CellTouch_ToonShader_Hair_Clipping.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Material:
132132
- _Is_LightColor_Base: 1
133133
- _Is_LightColor_HighColor: 1
134134
- _Is_LightColor_MatCap: 1
135+
- _Is_LightColor_Outline: 1
135136
- _Is_LightColor_RimLight: 1
136137
- _Is_NormalMapForMatCap: 0
137138
- _Is_NormalMapToBase: 0
@@ -178,7 +179,7 @@ Material:
178179
- _Use_BaseAs1st: 0
179180
- _simpleUI: 0
180181
- _utsTechnique: 0
181-
- _utsVersion: 2.075
182+
- _utsVersion: 2.08
182183
m_Colors:
183184
- _1st_ShadeColor: {r: 1, g: 1, b: 1, a: 1}
184185
- _2nd_ShadeColor: {r: 0.8602941, g: 0.664852, b: 0.45544982, a: 1}

Assets/Toon/Materials/CellTouch_ToonShader_Hair_Clipping_Firefly.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Material:
132132
- _Is_LightColor_Base: 1
133133
- _Is_LightColor_HighColor: 1
134134
- _Is_LightColor_MatCap: 1
135+
- _Is_LightColor_Outline: 1
135136
- _Is_LightColor_RimLight: 1
136137
- _Is_NormalMapForMatCap: 0
137138
- _Is_NormalMapToBase: 0
@@ -178,7 +179,7 @@ Material:
178179
- _Use_BaseAs1st: 0
179180
- _simpleUI: 0
180181
- _utsTechnique: 0
181-
- _utsVersion: 2.075
182+
- _utsVersion: 2.08
182183
m_Colors:
183184
- _1st_ShadeColor: {r: 1, g: 1, b: 1, a: 1}
184185
- _2nd_ShadeColor: {r: 0.8602941, g: 0.664852, b: 0.45544982, a: 1}

Assets/Toon/Materials/CellTouch_ToonShader_Head_Clipping.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Material:
132132
- _Is_LightColor_Base: 1
133133
- _Is_LightColor_HighColor: 1
134134
- _Is_LightColor_MatCap: 1
135+
- _Is_LightColor_Outline: 1
135136
- _Is_LightColor_RimLight: 1
136137
- _Is_NormalMapForMatCap: 0
137138
- _Is_NormalMapToBase: 0
@@ -178,7 +179,7 @@ Material:
178179
- _Use_BaseAs1st: 0
179180
- _simpleUI: 0
180181
- _utsTechnique: 0
181-
- _utsVersion: 2.075
182+
- _utsVersion: 2.08
182183
m_Colors:
183184
- _1st_ShadeColor: {r: 1, g: 1, b: 1, a: 1}
184185
- _2nd_ShadeColor: {r: 0.8602941, g: 0.664852, b: 0.45544982, a: 1}

Assets/Toon/Materials/CellTouch_ToonShader_Main.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Material:
124124
- _Is_LightColor_Base: 1
125125
- _Is_LightColor_HighColor: 1
126126
- _Is_LightColor_MatCap: 1
127+
- _Is_LightColor_Outline: 1
127128
- _Is_LightColor_RimLight: 1
128129
- _Is_NormalMapForMatCap: 0
129130
- _Is_NormalMapToBase: 0
@@ -170,7 +171,7 @@ Material:
170171
- _Use_BaseAs1st: 0
171172
- _simpleUI: 0
172173
- _utsTechnique: 0
173-
- _utsVersion: 2.075
174+
- _utsVersion: 2.08
174175
m_Colors:
175176
- _1st_ShadeColor: {r: 1, g: 1, b: 1, a: 1}
176177
- _2nd_ShadeColor: {r: 0.74740475, g: 0.69420415, b: 0.88235295, a: 1}

Assets/Toon/Materials/CellTouch_ToonShader_Main_Firefly.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Material:
124124
- _Is_LightColor_Base: 1
125125
- _Is_LightColor_HighColor: 1
126126
- _Is_LightColor_MatCap: 1
127+
- _Is_LightColor_Outline: 1
127128
- _Is_LightColor_RimLight: 1
128129
- _Is_NormalMapForMatCap: 0
129130
- _Is_NormalMapToBase: 0
@@ -170,7 +171,7 @@ Material:
170171
- _Use_BaseAs1st: 0
171172
- _simpleUI: 0
172173
- _utsTechnique: 0
173-
- _utsVersion: 2.075
174+
- _utsVersion: 2.08
174175
m_Colors:
175176
- _1st_ShadeColor: {r: 1, g: 1, b: 1, a: 1}
176177
- _2nd_ShadeColor: {r: 0.85294116, g: 0.82158303, b: 0.82158303, a: 1}

Assets/Toon/Materials/Emissive_UTS2.mat

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Material:
150150
- _Use_BaseAs1st: 0
151151
- _simpleUI: 0
152152
- _utsTechnique: 0
153-
- _utsVersion: 2.075
153+
- _utsVersion: 2.08
154154
m_Colors:
155155
- _1st_ShadeColor: {r: 0, g: 0, b: 0, a: 1}
156156
- _2nd_ShadeColor: {r: 0, g: 0, b: 0, a: 1}

Assets/Toon/Materials/ToonShader_Eye_Clipping_StencilMask.mat

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Material:
158158
- _Use_BaseAs1st: 0
159159
- _simpleUI: 0
160160
- _utsTechnique: 0
161-
- _utsVersion: 2.075
161+
- _utsVersion: 2.08
162162
m_Colors:
163163
- _1st_ShadeColor: {r: 0.43382353, g: 0.43382353, b: 0.43382353, a: 1}
164164
- _2nd_ShadeColor: {r: 1, g: 1, b: 1, a: 1}

Assets/Toon/Materials/ToonShader_Eye_Clipping_StencilMask_ABN.mat

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Material:
158158
- _Use_BaseAs1st: 0
159159
- _simpleUI: 0
160160
- _utsTechnique: 0
161-
- _utsVersion: 2.075
161+
- _utsVersion: 2.08
162162
m_Colors:
163163
- _1st_ShadeColor: {r: 0.15294118, g: 0.15294118, b: 0.15294118, a: 1}
164164
- _2nd_ShadeColor: {r: 0.15294118, g: 0.15294118, b: 0.15294118, a: 1}

Assets/Toon/Materials/ToonShader_Eye_Clipping_StencilMask_Firefly.mat

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Material:
151151
- _Use_BaseAs1st: 0
152152
- _simpleUI: 0
153153
- _utsTechnique: 0
154-
- _utsVersion: 2.075
154+
- _utsVersion: 2.08
155155
m_Colors:
156156
- _1st_ShadeColor: {r: 0.43382353, g: 0.43382353, b: 0.43382353, a: 1}
157157
- _2nd_ShadeColor: {r: 0, g: 0, b: 0, a: 1}

Assets/Toon/Materials/ToonShader_Eyebrow_StencilMask.mat

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Material:
158158
- _Use_BaseAs1st: 0
159159
- _simpleUI: 0
160160
- _utsTechnique: 0
161-
- _utsVersion: 2.075
161+
- _utsVersion: 2.08
162162
m_Colors:
163163
- _1st_ShadeColor: {r: 1, g: 1, b: 1, a: 1}
164164
- _2nd_ShadeColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}

Assets/Toon/Materials/ToonShader_Eyebrow_StencilMask_ABN.mat

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Material:
158158
- _Use_BaseAs1st: 0
159159
- _simpleUI: 0
160160
- _utsTechnique: 0
161-
- _utsVersion: 2.075
161+
- _utsVersion: 2.08
162162
m_Colors:
163163
- _1st_ShadeColor: {r: 0.15294118, g: 0.15294118, b: 0.15294118, a: 1}
164164
- _2nd_ShadeColor: {r: 0.15294118, g: 0.15294118, b: 0.15294118, a: 1}

Assets/Toon/Materials/ToonShader_Face.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Material:
124124
- _Is_LightColor_Base: 1
125125
- _Is_LightColor_HighColor: 1
126126
- _Is_LightColor_MatCap: 1
127+
- _Is_LightColor_Outline: 1
127128
- _Is_LightColor_RimLight: 1
128129
- _Is_NormalMapForMatCap: 0
129130
- _Is_NormalMapToBase: 0
@@ -170,7 +171,7 @@ Material:
170171
- _Use_BaseAs1st: 0
171172
- _simpleUI: 0
172173
- _utsTechnique: 0
173-
- _utsVersion: 2.075
174+
- _utsVersion: 2.08
174175
m_Colors:
175176
- _1st_ShadeColor: {r: 1, g: 1, b: 1, a: 1}
176177
- _2nd_ShadeColor: {r: 0.7490196, g: 0.69411767, b: 0.88235295, a: 1}

Assets/Toon/Materials/ToonShader_Face_ABN.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Material:
124124
- _Is_LightColor_Base: 1
125125
- _Is_LightColor_HighColor: 0
126126
- _Is_LightColor_MatCap: 1
127+
- _Is_LightColor_Outline: 1
127128
- _Is_LightColor_RimLight: 0
128129
- _Is_NormalMapForMatCap: 0
129130
- _Is_NormalMapToBase: 0
@@ -170,7 +171,7 @@ Material:
170171
- _Use_BaseAs1st: 0
171172
- _simpleUI: 0
172173
- _utsTechnique: 0
173-
- _utsVersion: 2.075
174+
- _utsVersion: 2.08
174175
m_Colors:
175176
- _1st_ShadeColor: {r: 0.15294118, g: 0.15294118, b: 0.15294118, a: 1}
176177
- _2nd_ShadeColor: {r: 0.15294118, g: 0.15294118, b: 0.15294118, a: 1}

Assets/Toon/Materials/ToonShader_Fhair2.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Material:
124124
- _Is_LightColor_Base: 1
125125
- _Is_LightColor_HighColor: 1
126126
- _Is_LightColor_MatCap: 1
127+
- _Is_LightColor_Outline: 1
127128
- _Is_LightColor_RimLight: 1
128129
- _Is_NormalMapForMatCap: 1
129130
- _Is_NormalMapToBase: 1
@@ -171,7 +172,7 @@ Material:
171172
- _Use_BaseAs1st: 0
172173
- _simpleUI: 0
173174
- _utsTechnique: 0
174-
- _utsVersion: 2.075
175+
- _utsVersion: 2.08
175176
m_Colors:
176177
- _1st_ShadeColor: {r: 1, g: 1, b: 1, a: 1}
177178
- _2nd_ShadeColor: {r: 0.8602941, g: 0.664852, b: 0.45544982, a: 1}

Assets/Toon/Materials/ToonShader_Fhair_StencilOut.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Material:
124124
- _Is_LightColor_Base: 1
125125
- _Is_LightColor_HighColor: 1
126126
- _Is_LightColor_MatCap: 1
127+
- _Is_LightColor_Outline: 1
127128
- _Is_LightColor_RimLight: 1
128129
- _Is_NormalMapForMatCap: 1
129130
- _Is_NormalMapToBase: 1
@@ -171,7 +172,7 @@ Material:
171172
- _Use_BaseAs1st: 0
172173
- _simpleUI: 0
173174
- _utsTechnique: 0
174-
- _utsVersion: 2.075
175+
- _utsVersion: 2.08
175176
m_Colors:
176177
- _1st_ShadeColor: {r: 1, g: 1, b: 1, a: 1}
177178
- _2nd_ShadeColor: {r: 0.8602941, g: 0.664852, b: 0.45544982, a: 1}

Assets/Toon/Materials/ToonShader_Fhair_StencilOut_ABN.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Material:
124124
- _Is_LightColor_Base: 1
125125
- _Is_LightColor_HighColor: 0
126126
- _Is_LightColor_MatCap: 1
127+
- _Is_LightColor_Outline: 1
127128
- _Is_LightColor_RimLight: 0
128129
- _Is_NormalMapForMatCap: 1
129130
- _Is_NormalMapToBase: 1
@@ -171,7 +172,7 @@ Material:
171172
- _Use_BaseAs1st: 0
172173
- _simpleUI: 0
173174
- _utsTechnique: 0
174-
- _utsVersion: 2.075
175+
- _utsVersion: 2.08
175176
m_Colors:
176177
- _1st_ShadeColor: {r: 0.15294118, g: 0.15294118, b: 0.15294118, a: 1}
177178
- _2nd_ShadeColor: {r: 0, g: 0, b: 0, a: 1}

Assets/Toon/Materials/ToonShader_Hair_Clipping.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Material:
132132
- _Is_LightColor_Base: 1
133133
- _Is_LightColor_HighColor: 1
134134
- _Is_LightColor_MatCap: 1
135+
- _Is_LightColor_Outline: 1
135136
- _Is_LightColor_RimLight: 1
136137
- _Is_NormalMapForMatCap: 1
137138
- _Is_NormalMapToBase: 1
@@ -178,7 +179,7 @@ Material:
178179
- _Use_BaseAs1st: 1
179180
- _simpleUI: 0
180181
- _utsTechnique: 0
181-
- _utsVersion: 2.075
182+
- _utsVersion: 2.08
182183
m_Colors:
183184
- _1st_ShadeColor: {r: 1, g: 1, b: 1, a: 1}
184185
- _2nd_ShadeColor: {r: 0.8602941, g: 0.664852, b: 0.45544982, a: 1}

Assets/Toon/Materials/ToonShader_Hair_Clipping_ABN.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Material:
132132
- _Is_LightColor_Base: 1
133133
- _Is_LightColor_HighColor: 0
134134
- _Is_LightColor_MatCap: 0
135+
- _Is_LightColor_Outline: 1
135136
- _Is_LightColor_RimLight: 0
136137
- _Is_NormalMapForMatCap: 1
137138
- _Is_NormalMapToBase: 1
@@ -178,7 +179,7 @@ Material:
178179
- _Use_BaseAs1st: 0
179180
- _simpleUI: 0
180181
- _utsTechnique: 0
181-
- _utsVersion: 2.075
182+
- _utsVersion: 2.08
182183
m_Colors:
183184
- _1st_ShadeColor: {r: 0.15294118, g: 0.15294118, b: 0.15294118, a: 1}
184185
- _2nd_ShadeColor: {r: 0, g: 0, b: 0, a: 1}

Assets/Toon/Materials/ToonShader_Hair_Clipping_ABN_FrontCulling.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Material:
132132
- _Is_LightColor_Base: 1
133133
- _Is_LightColor_HighColor: 0
134134
- _Is_LightColor_MatCap: 0
135+
- _Is_LightColor_Outline: 1
135136
- _Is_LightColor_RimLight: 0
136137
- _Is_NormalMapForMatCap: 1
137138
- _Is_NormalMapToBase: 1
@@ -178,7 +179,7 @@ Material:
178179
- _Use_BaseAs1st: 0
179180
- _simpleUI: 0
180181
- _utsTechnique: 0
181-
- _utsVersion: 2.075
182+
- _utsVersion: 2.08
182183
m_Colors:
183184
- _1st_ShadeColor: {r: 0.15294118, g: 0.15294118, b: 0.15294118, a: 1}
184185
- _2nd_ShadeColor: {r: 0, g: 0, b: 0, a: 1}

Assets/Toon/Materials/ToonShader_Head_Clipping.mat

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Material:
132132
- _Is_LightColor_Base: 1
133133
- _Is_LightColor_HighColor: 1
134134
- _Is_LightColor_MatCap: 1
135+
- _Is_LightColor_Outline: 1
135136
- _Is_LightColor_RimLight: 1
136137
- _Is_NormalMapForMatCap: 0
137138
- _Is_NormalMapToBase: 0
@@ -178,7 +179,7 @@ Material:
178179
- _Use_BaseAs1st: 0
179180
- _simpleUI: 0
180181
- _utsTechnique: 0
181-
- _utsVersion: 2.075
182+
- _utsVersion: 2.08
182183
m_Colors:
183184
- _1st_ShadeColor: {r: 1, g: 1, b: 1, a: 1}
184185
- _2nd_ShadeColor: {r: 0.6691177, g: 0.4767294, b: 0.2705991, a: 1}

0 commit comments

Comments
 (0)