Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c55ba39

Browse files
committedSep 3, 2018
-Add Cull Off to TintedTilemap.shader
1 parent 86a11da commit c55ba39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎Assets/Tilemap/Brushes/Tint Brush Smooth/Shaders/TintedTilemap.shader

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
{
1010
Tags { "Queue"="Transparent" "Render"="Transparent" "IgnoreProjector"="True"}
1111
LOD 200
12-
12+
13+
Cull Off
1314
ZWrite Off
1415
Blend SrcAlpha OneMinusSrcAlpha
1516

@@ -35,7 +36,7 @@
3536
float4 vertex : SV_POSITION;
3637
float4 uv : TEXCOORD0;
3738
float3 worldPos : float3;
38-
};
39+
};
3940

4041
v2f vert(appdata v) {
4142
v2f o;

0 commit comments

Comments
 (0)
Failed to load comments.