Sprites/Cutout Shader ?
I'm looking to make sprites using a cutout shader instead of the usual transparent one. I need an AlphaTest shader to fix some transparency sorting issues. Unfortunately I don't know much of shader programming, and couldn't find anything pre-made online.
I can temporarily use the Unlit/Cutout shader, but this has two draw backs: I can't change the color of the sprite in the sprite renderer, and I can't flip the sprite because the backface of the mesh is culled.
Comment