Skip to content

Instantly share code, notes, and snippets.

View MaksimSazanovich's full-sized avatar
🥞
Unity

Unity_one_love MaksimSazanovich

🥞
Unity
View GitHub Profile
Shader "Custom/Glow"
{
Properties
{
_MainTex ("Texture", 2D) = ""
_GlowColor ("Glow Color", Vector) = (0.2, 0.4, 0.7, 1)
}
SubShader
{