liudong_2.shader 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. // Made with Amplify Shader Editor
  2. // Available at the Unity Asset Store - http://u3d.as/y3X
  3. Shader "New Amplify Shader"
  4. {
  5. Properties
  6. {
  7. _TextureSample0("Texture Sample 0", 2D) = "white" {}
  8. _UV("UV", Vector) = (0.33,0,0,0)
  9. [HDR]_Color0("Color 0", Color) = (0,0,0,0)
  10. [HDR]_Color1("Color 0", Color) = (0,0,0,0)
  11. _Float1("Float 1", Float) = 1.95
  12. [HideInInspector] _texcoord( "", 2D ) = "white" {}
  13. [HideInInspector] __dirty( "", Int ) = 1
  14. }
  15. SubShader
  16. {
  17. Tags{ "RenderType" = "Transparent" "Queue" = "Geometry+0" "IsEmissive" = "true" }
  18. Cull Back
  19. Blend One One , One One
  20. CGPROGRAM
  21. #include "UnityShaderVariables.cginc"
  22. #pragma target 3.0
  23. #pragma surface surf Unlit keepalpha addshadow fullforwardshadows
  24. struct Input
  25. {
  26. float2 uv_texcoord;
  27. };
  28. uniform sampler2D _TextureSample0;
  29. uniform float2 _UV;
  30. uniform float4 _Color0;
  31. uniform float4 _Color1;
  32. uniform float _Float1;
  33. SamplerState sampler_TextureSample0;
  34. inline half4 LightingUnlit( SurfaceOutput s, half3 lightDir, half atten )
  35. {
  36. return half4 ( 0, 0, 0, s.Alpha );
  37. }
  38. void surf( Input i , inout SurfaceOutput o )
  39. {
  40. float4 tex2DNode1 = tex2D( _TextureSample0, (i.uv_texcoord*float2( 0.67,1 ) + ( _Time.y * ( _UV * -2.17 ) )) );
  41. float mulTime21 = _Time.y * _Float1;
  42. float4 lerpResult18 = lerp( _Color0 , _Color1 , abs( sin( mulTime21 ) ));
  43. o.Emission = ( ( tex2DNode1 * lerpResult18 ) * ( tex2DNode1.a * max( _Color0.a , _Color1.a ) ) ).rgb;
  44. o.Alpha = 1;
  45. }
  46. ENDCG
  47. }
  48. Fallback "Diffuse"
  49. CustomEditor "ASEMaterialInspector"
  50. }
  51. /*ASEBEGIN
  52. Version=18703
  53. 0;28;1906;991;1089.699;218.9833;1.125639;True;True
  54. Node;AmplifyShaderEditor.Vector2Node;10;-1718.367,432.4453;Inherit;False;Property;_UV;UV;2;0;Create;True;0;0;False;0;False;0.33,0;0.1,0;0;3;FLOAT2;0;FLOAT;1;FLOAT;2
  55. Node;AmplifyShaderEditor.RangedFloatNode;23;-1244.176,929.6014;Inherit;False;Property;_Float1;Float 1;5;0;Create;True;0;0;False;0;False;1.95;1;0;0;0;1;FLOAT;0
  56. Node;AmplifyShaderEditor.RangedFloatNode;14;-1649.367,579.4453;Inherit;False;Constant;_Float0;Float 0;3;0;Create;True;0;0;False;0;False;-2.17;0;0;0;0;1;FLOAT;0
  57. Node;AmplifyShaderEditor.TimeNode;12;-1713.367,251.4453;Inherit;False;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
  58. Node;AmplifyShaderEditor.SimpleMultiplyOpNode;13;-1446.367,499.4453;Inherit;False;2;2;0;FLOAT2;0,0;False;1;FLOAT;0;False;1;FLOAT2;0
  59. Node;AmplifyShaderEditor.SimpleTimeNode;21;-1047.176,893.6014;Inherit;True;1;0;FLOAT;1;False;1;FLOAT;0
  60. Node;AmplifyShaderEditor.TextureCoordinatesNode;5;-1656.367,-56.55475;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
  61. Node;AmplifyShaderEditor.Vector2Node;7;-1690.367,68.44525;Inherit;False;Constant;_Vector0;Vector 0;3;0;Create;True;0;0;False;0;False;0.67,1;0,0;0;3;FLOAT2;0;FLOAT;1;FLOAT;2
  62. Node;AmplifyShaderEditor.SimpleMultiplyOpNode;11;-1441.367,315.4453;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT2;0,0;False;1;FLOAT2;0
  63. Node;AmplifyShaderEditor.SinOpNode;20;-792.1757,900.6014;Inherit;True;1;0;FLOAT;0;False;1;FLOAT;0
  64. Node;AmplifyShaderEditor.ColorNode;19;-826.9335,630.3579;Inherit;False;Property;_Color1;Color 0;4;1;[HDR];Create;True;0;0;False;0;False;0,0,0,0;0.4716981,0.4716981,0.4716981,1;True;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
  65. Node;AmplifyShaderEditor.AbsOpNode;22;-600.1757,938.6014;Inherit;True;1;0;FLOAT;0;False;1;FLOAT;0
  66. Node;AmplifyShaderEditor.ScaleAndOffsetNode;6;-1325.367,9.445251;Inherit;False;3;0;FLOAT2;0,0;False;1;FLOAT2;1,0;False;2;FLOAT2;0,0;False;1;FLOAT2;0
  67. Node;AmplifyShaderEditor.ColorNode;15;-885.5425,406.9478;Inherit;False;Property;_Color0;Color 0;3;1;[HDR];Create;True;0;0;False;0;False;0,0,0,0;0.4433962,0.4433962,0.4433962,1;True;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4
  68. Node;AmplifyShaderEditor.SamplerNode;1;-538.6316,15.20862;Inherit;True;Property;_TextureSample0;Texture Sample 0;1;0;Create;True;0;0;False;0;False;-1;None;010d1fbccd43d434ea2c7bf9d1e7c29c;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
  69. Node;AmplifyShaderEditor.LerpOp;18;-360.0918,311.2801;Inherit;True;3;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;2;FLOAT;0;False;1;COLOR;0
  70. Node;AmplifyShaderEditor.SimpleMaxOpNode;24;-148.9537,533.012;Inherit;False;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
  71. Node;AmplifyShaderEditor.SimpleMultiplyOpNode;16;113.5576,-36.05206;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0
  72. Node;AmplifyShaderEditor.SimpleMultiplyOpNode;17;93.55762,313.9479;Inherit;True;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0
  73. Node;AmplifyShaderEditor.SimpleMultiplyOpNode;25;371.3804,118.7084;Inherit;True;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0
  74. Node;AmplifyShaderEditor.StandardSurfaceOutputNode;0;650.5558,-37.75896;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
  75. WireConnection;13;0;10;0
  76. WireConnection;13;1;14;0
  77. WireConnection;21;0;23;0
  78. WireConnection;11;0;12;2
  79. WireConnection;11;1;13;0
  80. WireConnection;20;0;21;0
  81. WireConnection;22;0;20;0
  82. WireConnection;6;0;5;0
  83. WireConnection;6;1;7;0
  84. WireConnection;6;2;11;0
  85. WireConnection;1;1;6;0
  86. WireConnection;18;0;15;0
  87. WireConnection;18;1;19;0
  88. WireConnection;18;2;22;0
  89. WireConnection;24;0;15;4
  90. WireConnection;24;1;19;4
  91. WireConnection;16;0;1;0
  92. WireConnection;16;1;18;0
  93. WireConnection;17;0;1;4
  94. WireConnection;17;1;24;0
  95. WireConnection;25;0;16;0
  96. WireConnection;25;1;17;0
  97. WireConnection;0;2;25;0
  98. ASEEND*/
  99. //CHKSM=7873E03187188486947229C3E8870114E1781CAB