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
@NareshBisht
NareshBisht / UI-Fast-Default
Created January 18, 2020 18:00 — forked from ArturoNereu/UI-Fast-Default
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
{