Skip to content

Instantly share code, notes, and snippets.

View CiaraBurkett's full-sized avatar

ciara CiaraBurkett

View GitHub Profile
@CiaraBurkett
CiaraBurkett / billboard.shader
Created March 20, 2019 14:24 — forked from kaiware007/billboard.shader
Simple Billboard shader for Unity
Shader "Unlit/Billboard"
{
Properties
{
_MainTex ("Texture", 2D) = "white" {}
}
SubShader
{
Tags{ "Queue" = "Transparent" "IgnoreProjector" = "True" "RenderType" = "Transparent" "DisableBatching" = "True" }