Skip to content

Commit e4054de

Browse files
committed
Fixed sparkle color and iridescence
1 parent e76769c commit e4054de

11 files changed

+2102
-2090
lines changed

Packages/com.furality.sylvashader/Runtime/Shaders/Shader Functions/Applfy Effects.asset

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ MonoBehaviour:
1717
0;40;0;Create;True;0;0;0;False;0;False;0;0;0;True;UNITY_PASS_FORWARDBASE;Toggle;2;Key0;Key1;Fetch;True;True;All;9;1;FLOAT3;0,0,0;False;0;FLOAT3;0,0,0;False;2;FLOAT3;0,0,0;False;3;FLOAT3;0,0,0;False;4;FLOAT3;0,0,0;False;5;FLOAT3;0,0,0;False;6;FLOAT3;0,0,0;False;7;FLOAT3;0,0,0;False;8;FLOAT3;0,0,0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.FunctionNode;37;-429.5,407.5;Inherit;False;Iridescent
1818
Emission;59;;4160;2a6b7ed36109aad45b1d6a13ef93c485;0;8;214;FLOAT;0;False;215;FLOAT;0;False;207;FLOAT;0;False;165;FLOAT3;0,0,0;False;84;COLOR;0,0,0,0;False;21;FLOAT3;0,0,1;False;44;COLOR;0,0,0,0;False;56;COLOR;0,0,0,0;False;2;COLOR;0;COLOR;93\nNode;AmplifyShaderEditor.FunctionOutput;0;222,-32;Inherit;False;True;-1;Output;0;False;1;0;FLOAT4;0,0,0,0;False;1;FLOAT4;0\nNode;AmplifyShaderEditor.FunctionOutput;38;200.1693,58.94732;Inherit;False;False;-1;Specular
1919
Out;1;False;1;0;FLOAT4;0,0,0,0;False;1;FLOAT4;0\nNode;AmplifyShaderEditor.FunctionOutput;39;205.1693,125.9473;Inherit;False;False;-1;Rimlight
20-
Out;2;False;1;0;FLOAT4;0,0,0,0;False;1;FLOAT4;0\nNode;AmplifyShaderEditor.FunctionInput;3;-666.5,-11.5;Inherit;False;SpecularIN;3;4;False;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.FunctionNode;40;-363.5,-26.5;Inherit;False;Sparkles;0;;4168;87cacd1a05b93d8488d9cbc3dfb0522e;0;4;167;FLOAT;0;False;118;COLOR;0,0,0,0;False;125;FLOAT3;0,0,0;False;126;FLOAT3;0,0,0;False;3;FLOAT4;0;FLOAT4;179;FLOAT4;186\nNode;AmplifyShaderEditor.FunctionNode;41;-458.5,151.5;Inherit;False;ScrollingRainbow;41;;4187;24412a6d2e3ce6b44834e4b734abb909;0;2;85;FLOAT;0;False;37;COLOR;0,0,0,0;False;1;FLOAT3;0\nWireConnection;6;0;40;0\nWireConnection;6;1;35;0\nWireConnection;8;0;2;0\nWireConnection;35;0;41;0\nWireConnection;0;0;6;0\nWireConnection;38;0;40;179\nWireConnection;39;0;40;186\nWireConnection;40;167;23;0\nWireConnection;40;118;2;0\nWireConnection;40;125;3;0\nWireConnection;40;126;4;0\nWireConnection;41;85;23;0\nWireConnection;41;37;9;0\nASEEND*/\n//CHKSM=D465D197A9BCFDAFEF9D259C14B4BDD5E622E43A"
20+
Out;2;False;1;0;FLOAT4;0,0,0,0;False;1;FLOAT4;0\nNode;AmplifyShaderEditor.FunctionInput;3;-666.5,-11.5;Inherit;False;SpecularIN;3;4;False;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.FunctionNode;41;-458.5,151.5;Inherit;False;ScrollingRainbow;41;;4187;24412a6d2e3ce6b44834e4b734abb909;0;2;85;FLOAT;0;False;37;COLOR;0,0,0,0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.FunctionNode;42;-363.5,-26.5;Inherit;False;Sparkles;0;;4193;87cacd1a05b93d8488d9cbc3dfb0522e;0;4;167;FLOAT;0;False;118;COLOR;0,0,0,0;False;125;FLOAT3;0,0,0;False;126;FLOAT3;0,0,0;False;3;FLOAT4;0;FLOAT4;179;FLOAT4;186\nWireConnection;6;0;42;0\nWireConnection;6;1;35;0\nWireConnection;8;0;2;0\nWireConnection;35;0;41;0\nWireConnection;0;0;6;0\nWireConnection;38;0;42;179\nWireConnection;39;0;42;186\nWireConnection;41;85;23;0\nWireConnection;41;37;9;0\nWireConnection;42;167;23;0\nWireConnection;42;118;2;0\nWireConnection;42;125;3;0\nWireConnection;42;126;4;0\nASEEND*/\n//CHKSM=75960FC2C7B119519C0FF4A8C812A5EB1AF5703D"
2121
m_functionName:
2222
m_description:
2323
m_additionalIncludes:

Packages/com.furality.sylvashader/Runtime/Shaders/Shader Functions/Glow Mask Sparkles.asset

+3-3
Large diffs are not rendered by default.

Packages/com.furality.sylvashader/Runtime/Shaders/Shader Functions/Iridescent Emission.asset

+9-9
Large diffs are not rendered by default.

Packages/com.furality.sylvashader/Runtime/Shaders/Shader Functions/Sparkles.asset

+4-4
Large diffs are not rendered by default.

Packages/com.furality.sylvashader/Runtime/Shaders/Sylva Cutout Outline.shader

+315-313
Large diffs are not rendered by default.

Packages/com.furality.sylvashader/Runtime/Shaders/Sylva Cutout.shader

+313-311
Large diffs are not rendered by default.

Packages/com.furality.sylvashader/Runtime/Shaders/Sylva Opaque Outline.shader

+323-321
Large diffs are not rendered by default.

Packages/com.furality.sylvashader/Runtime/Shaders/Sylva Opaque.shader

+479-477
Large diffs are not rendered by default.

Packages/com.furality.sylvashader/Runtime/Shaders/Sylva Transparent Outline.shader

+323-321
Large diffs are not rendered by default.

Packages/com.furality.sylvashader/Runtime/Shaders/Sylva Transparent.shader

+331-329
Large diffs are not rendered by default.

Packages/com.furality.sylvashader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.furality.sylvashader",
33
"displayName": "Furality Sylva Shader",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"unity": "2019.4",
66
"description": "Furality Sylva Avatar Shader for VRChat. Created by Naito @ Furality, Inc.",
77
"author": {

0 commit comments

Comments
 (0)