summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tooner.shader4
1 files changed, 4 insertions, 0 deletions
diff --git a/tooner.shader b/tooner.shader
index 99afd18..6088c59 100644
--- a/tooner.shader
+++ b/tooner.shader
@@ -1,5 +1,9 @@
Shader "yum_food/tooner"
{
+ // Unity fucking sucks ass and sometimes incorrectly uses an old cached
+ // version of the shader. Bump the nonce below to encourage it to use the
+ // current version.
+ // Build nonce: 0
Properties
{
_Color("Base color", Color) = (0.8, 0.8, 0.8, 1)