Skip to content

Instantly share code, notes, and snippets.

View NareshBisht's full-sized avatar
😀
Available anytime.

Naresh_Bisht NareshBisht

😀
Available anytime.
View GitHub Profile
@ArturoNereu
ArturoNereu / UI-Fast-Default
Created April 8, 2016 18:12
A simpler version of the UI Shader for mobile and low spec devices
Shader "UI/Fast-Default"
{
Properties
{
[PerRendererData] _MainTex ("Sprite Texture", 2D) = "white" {}
_Color ("Tint", Color) = (1,1,1,1)
}
SubShader
{