Skip to content

Instantly share code, notes, and snippets.

@fadookie
fadookie / Standard-noFog.shader
Last active May 16, 2022 10:26
Unity 5.2.1f1 Standard Shader with Fog disabled.
Shader "Custom/Standard (No fog)"
{
Properties
{
_Color("Color", Color) = (1,1,1,1)
_MainTex("Albedo", 2D) = "white" {}
_Cutoff("Alpha Cutoff", Range(0.0, 1.0)) = 0.5
_Glossiness("Smoothness", Range(0.0, 1.0)) = 0.5