Skip to content

Instantly share code, notes, and snippets.

@Jakeb89
Jakeb89 / Standard-2Sided.shader
Created May 12, 2018 11:20 — forked from unitycoder/Standard-2Sided-FixNormals.shader
Standard Shader - 2 Sided (cull off)
// Unity built-in shader source. Copyright (c) 2016 Unity Technologies. MIT license (see license.txt)
Shader "Standard 2-Sided"
{
Properties
{
_Color("Color", Color) = (1,1,1,1)
_MainTex("Albedo", 2D) = "white" {}
_Cutoff("Alpha Cutoff", Range(0.0, 1.0)) = 0.5