Skip to content

Instantly share code, notes, and snippets.

@tsubaki
tsubaki / Ghost.shader
Last active February 23, 2024 03:43
ghost shader
/**
* These codes are licensed under CC0.
* http://creativecommons.org/publicdomain/zero/1.0/deed.ja
*/
Shader "FX/Ghost" {
Properties {
_Color ("Color", Color) = (1,1,1,1)
_MainTex ("Albedo (RGB)", 2D) = "white" {}
_NormalTex ("Normal (RGB)", 2D) = "white" {}
_EmissionTex ("Emission (RGB)", 2D) = "white" {}