123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- // Made with Amplify Shader Editor
- // Available at the Unity Asset Store - http://u3d.as/y3X
- Shader "New Amplify Shader"
- {
- Properties
- {
- _TextureSample0("Texture Sample 0", 2D) = "white" {}
- _TextureSample1("Texture Sample 0", 2D) = "white" {}
- _add("add", Float) = 0
- _Float1("Float 1", Float) = 0.5
- _Tex("Tex", Float) = 0
- _Vector0("Vector 0", Vector) = (0,0,0,0)
- _Vector1("Vector 0", Vector) = (0,0,0,0)
- _Color0("Color 0", Color) = (0,0,0,0)
- [HideInInspector] _texcoord( "", 2D ) = "white" {}
- [HideInInspector] __dirty( "", Int ) = 1
- }
- SubShader
- {
- Tags{ "RenderType" = "Transparent" "Queue" = "Geometry+0" "IsEmissive" = "true" }
- Cull Back
- Blend One One , One One
-
- CGPROGRAM
- #include "UnityShaderVariables.cginc"
- #pragma target 3.0
- #pragma surface surf Unlit keepalpha addshadow fullforwardshadows
- struct Input
- {
- float2 uv_texcoord;
- };
- uniform sampler2D _TextureSample1;
- uniform float4 _Vector1;
- uniform float4 _Color0;
- uniform sampler2D _TextureSample0;
- uniform float4 _Vector0;
- uniform float _Tex;
- uniform float _add;
- uniform float _Float1;
- inline half4 LightingUnlit( SurfaceOutput s, half3 lightDir, half atten )
- {
- return half4 ( 0, 0, 0, s.Alpha );
- }
- void surf( Input i , inout SurfaceOutput o )
- {
- float2 appendResult29 = (float2(_Vector1.x , _Vector1.y));
- float2 appendResult27 = (float2(_Vector1.z , _Vector1.w));
- float2 appendResult22 = (float2(_Vector0.x , _Vector0.y));
- float2 appendResult20 = (float2(_Vector0.z , _Vector0.w));
- float clampResult11 = clamp( ( ( _Float1 - (i.uv_texcoord).y ) / 0.0 ) , 0.0 , 1.0 );
- o.Emission = ( ( ( ( tex2D( _TextureSample1, (i.uv_texcoord*appendResult29 + ( appendResult27 * _Time.y )) ) * _Color0 ) + ( tex2D( _TextureSample0, (i.uv_texcoord*appendResult22 + ( appendResult20 * _Time.y )) ) * _Tex ) ) + _add ) * clampResult11 ).rgb;
- o.Alpha = 1;
- }
- ENDCG
- }
- Fallback "Diffuse"
- CustomEditor "ASEMaterialInspector"
- }
- /*ASEBEGIN
- Version=18703
- 0;28;1906;991;1926.76;1656.164;1.808139;True;True
- Node;AmplifyShaderEditor.Vector4Node;21;-1422.211,-154.8201;Inherit;False;Property;_Vector0;Vector 0;6;0;Create;True;0;0;False;0;False;0,0,0,0;1,2.7,0,-1.86;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
- Node;AmplifyShaderEditor.Vector4Node;26;-2083.509,-915.3568;Inherit;False;Property;_Vector1;Vector 0;7;0;Create;True;0;0;False;0;False;0,0,0,0;1,5,0,-1.16;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
- Node;AmplifyShaderEditor.DynamicAppendNode;20;-903.2114,-47.82007;Inherit;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0
- Node;AmplifyShaderEditor.TimeNode;24;-1013.211,63.17993;Inherit;False;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
- Node;AmplifyShaderEditor.TimeNode;28;-1674.509,-697.3569;Inherit;False;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
- Node;AmplifyShaderEditor.DynamicAppendNode;27;-1564.509,-808.3569;Inherit;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0
- Node;AmplifyShaderEditor.TextureCoordinatesNode;16;-1045.015,-730.4908;Inherit;False;0;-1;2;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT2;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
- Node;AmplifyShaderEditor.SimpleMultiplyOpNode;25;-656.2114,46.17993;Inherit;False;2;2;0;FLOAT2;0,0;False;1;FLOAT;0;False;1;FLOAT2;0
- Node;AmplifyShaderEditor.DynamicAppendNode;22;-954.2114,-236.8201;Inherit;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0
- Node;AmplifyShaderEditor.TextureCoordinatesNode;31;-1706.313,-1491.027;Inherit;False;0;-1;2;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT2;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
- Node;AmplifyShaderEditor.SimpleMultiplyOpNode;30;-1317.509,-714.3569;Inherit;False;2;2;0;FLOAT2;0,0;False;1;FLOAT;0;False;1;FLOAT2;0
- Node;AmplifyShaderEditor.DynamicAppendNode;29;-1615.509,-997.3568;Inherit;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0
- Node;AmplifyShaderEditor.ScaleAndOffsetNode;14;-595.9162,-563.8432;Inherit;False;3;0;FLOAT2;0,0;False;1;FLOAT2;1,0;False;2;FLOAT2;0,0;False;1;FLOAT2;0
- Node;AmplifyShaderEditor.TextureCoordinatesNode;5;-952,348;Inherit;False;0;-1;2;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT2;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
- Node;AmplifyShaderEditor.ScaleAndOffsetNode;32;-1257.214,-1324.38;Inherit;False;3;0;FLOAT2;0,0;False;1;FLOAT2;1,0;False;2;FLOAT2;0,0;False;1;FLOAT2;0
- Node;AmplifyShaderEditor.RangedFloatNode;8;-569,281;Inherit;False;Property;_Float1;Float 1;4;0;Create;True;0;0;False;0;False;0.5;-0.02;0;0;0;1;FLOAT;0
- Node;AmplifyShaderEditor.SamplerNode;1;-258.484,-695.0615;Inherit;True;Property;_TextureSample0;Texture Sample 0;1;0;Create;True;0;0;False;0;False;-1;None;88eb97e78f86c604bb00864c0dbeffc1;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
- Node;AmplifyShaderEditor.SamplerNode;33;-919.782,-1455.598;Inherit;True;Property;_TextureSample1;Texture Sample 0;2;0;Create;True;0;0;False;0;False;-1;None;88eb97e78f86c604bb00864c0dbeffc1;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
- Node;AmplifyShaderEditor.ComponentMaskNode;6;-674,356;Inherit;True;False;True;True;True;1;0;FLOAT2;0,0;False;1;FLOAT;0
- Node;AmplifyShaderEditor.RangedFloatNode;13;-244.0228,-170.8572;Inherit;False;Property;_Tex;Tex;5;0;Create;True;0;0;False;0;False;0;0.29;0;0;0;1;FLOAT;0
- Node;AmplifyShaderEditor.ColorNode;36;-888.8882,-931.0994;Inherit;False;Property;_Color0;Color 0;8;0;Create;True;0;0;False;0;False;0,0,0,0;0,0,0,0;True;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
- Node;AmplifyShaderEditor.SimpleMultiplyOpNode;35;-115.0048,-1305.384;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
- Node;AmplifyShaderEditor.SimpleMultiplyOpNode;12;31.78748,-291.2108;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
- Node;AmplifyShaderEditor.RangedFloatNode;10;-252,637;Inherit;False;Constant;_Float2;Float 2;3;0;Create;True;0;0;False;0;False;0;0;0;0;0;1;FLOAT;0
- Node;AmplifyShaderEditor.SimpleSubtractOpNode;7;-378,353;Inherit;True;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
- Node;AmplifyShaderEditor.RangedFloatNode;3;-170.0046,41.9327;Inherit;False;Property;_add;add;3;0;Create;True;0;0;False;0;False;0;0.1;0;0;0;1;FLOAT;0
- Node;AmplifyShaderEditor.SimpleDivideOpNode;9;-99,334;Inherit;True;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
- Node;AmplifyShaderEditor.SimpleAddOpNode;34;287.6289,-847.2305;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
- Node;AmplifyShaderEditor.ClampOpNode;11;272,340;Inherit;False;3;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;1;FLOAT;0
- Node;AmplifyShaderEditor.SimpleAddOpNode;2;434.1638,-336.5683;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
- Node;AmplifyShaderEditor.SimpleMultiplyOpNode;4;719.6413,-13.96166;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
- Node;AmplifyShaderEditor.StandardSurfaceOutputNode;0;893.6413,-123.9617;Float;False;True;-1;2;ASEMaterialInspector;0;0;Unlit;New Amplify Shader;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;Back;0;False;-1;0;False;-1;False;0;False;-1;0;False;-1;False;0;Custom;0.5;True;True;0;True;Transparent;;Geometry;All;14;all;True;True;True;True;0;False;-1;False;0;False;-1;255;False;-1;255;False;-1;0;False;-1;0;False;-1;0;False;-1;0;False;-1;0;False;-1;0;False;-1;0;False;-1;0;False;-1;False;2;15;10;25;False;0.5;True;4;1;False;-1;1;False;-1;4;1;False;-1;1;False;-1;0;False;-1;0;False;-1;0;False;0;0,0,0,0;VertexOffset;True;False;Cylindrical;False;Relative;0;;0;-1;-1;-1;0;False;0;0;False;-1;-1;0;False;-1;0;0;0;False;0.1;False;-1;0;False;-1;False;15;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;2;FLOAT3;0,0,0;False;3;FLOAT;0;False;4;FLOAT;0;False;6;FLOAT3;0,0,0;False;7;FLOAT3;0,0,0;False;8;FLOAT;0;False;9;FLOAT;0;False;10;FLOAT;0;False;13;FLOAT3;0,0,0;False;11;FLOAT3;0,0,0;False;12;FLOAT3;0,0,0;False;14;FLOAT4;0,0,0,0;False;15;FLOAT3;0,0,0;False;0
- WireConnection;20;0;21;3
- WireConnection;20;1;21;4
- WireConnection;27;0;26;3
- WireConnection;27;1;26;4
- WireConnection;25;0;20;0
- WireConnection;25;1;24;2
- WireConnection;22;0;21;1
- WireConnection;22;1;21;2
- WireConnection;30;0;27;0
- WireConnection;30;1;28;2
- WireConnection;29;0;26;1
- WireConnection;29;1;26;2
- WireConnection;14;0;16;0
- WireConnection;14;1;22;0
- WireConnection;14;2;25;0
- WireConnection;32;0;31;0
- WireConnection;32;1;29;0
- WireConnection;32;2;30;0
- WireConnection;1;1;14;0
- WireConnection;33;1;32;0
- WireConnection;6;0;5;0
- WireConnection;35;0;33;0
- WireConnection;35;1;36;0
- WireConnection;12;0;1;0
- WireConnection;12;1;13;0
- WireConnection;7;0;8;0
- WireConnection;7;1;6;0
- WireConnection;9;0;7;0
- WireConnection;9;1;10;0
- WireConnection;34;0;35;0
- WireConnection;34;1;12;0
- WireConnection;11;0;9;0
- WireConnection;2;0;34;0
- WireConnection;2;1;3;0
- WireConnection;4;0;2;0
- WireConnection;4;1;11;0
- WireConnection;0;2;4;0
- ASEEND*/
- //CHKSM=FDDE74936D05C8D5345F14920B7C793AA82BC69D
|