Skip to content

Instantly share code, notes, and snippets.

View bermudalocket's full-sized avatar

bermudalocket bermudalocket

  • New York
  • 19:43 (UTC -04:00)
View GitHub Profile
Shader "Name" {
Properties {
_Name ("display name", Range (min, max)) = number
_Name ("display name", Float) = number
_Name ("display name", Int) = number
_Name ("display name", Color) = (number,number,number,number)
_Name ("display name", Vector) = (number,number,number,number)