Skip to content

Instantly share code, notes, and snippets.

View IonelPopJara's full-sized avatar

Ionel Pop IonelPopJara

View GitHub Profile
Shader "Custom/Starbox"
{
Properties
{
// Color gradient
_SkyColor ("Sky Color", Color) = (1, 1, 1, 1)
_HorizonColor ("Horizon Color", Color) = (1, 1, 1, 1)
_ColorStart ("Color Start", Range(0, 1)) = 0
_ColorEnd ("Color End", Range(0, 1)) = 1