We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d8e7a commit c794c83Copy full SHA for c794c83
Assets/Shaders/StarShader.shader
@@ -3,6 +3,7 @@ Shader "Custom/StarShader"
3
SubShader
4
{
5
Tags { "RenderType"="Transparent" "Queue"="Transparent" }
6
+ Blend SrcAlpha OneMinusSrcAlpha
7
8
Pass
9
0 commit comments