Skip to content

Commit c794c83

Browse files
committed
correct alpha blending
1 parent 73d8e7a commit c794c83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/Shaders/StarShader.shader

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Shader "Custom/StarShader"
33
SubShader
44
{
55
Tags { "RenderType"="Transparent" "Queue"="Transparent" }
6+
Blend SrcAlpha OneMinusSrcAlpha
67

78
Pass
89
{

0 commit comments

Comments
 (0)