Skip to content

Instantly share code, notes, and snippets.

View xtiandiaz's full-sized avatar

Cristian Díaz xtiandiaz

View GitHub Profile
@xtiandiaz
xtiandiaz / card.shader
Last active July 14, 2021 14:08
Unity shader for a double-sided card
Shader "Card"
{
Properties
{
_Color ("Color", Color) = (0, 0, 0, 1)
_FrontTex ("Front Texture", 2D) = "white" {}
_BackTex ("Back Texture", 2D) = "white" {}
}
SubShader