summaryrefslogtreecommitdiffstats
path: root/tooner.shader
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2024-09-06 14:41:25 -0700
committeryum <yum.food.vr@gmail.com>2024-09-06 14:41:25 -0700
commit76dd9a50c0a1114e509a7834129cf8354d46b420 (patch)
treeaaa3ae8ac588b50b831e1d7b11398e546af95570 /tooner.shader
parente757ffcf2362fafaf040b8f15827c6acd0d85ab0 (diff)
Add build nonce hack
Diffstat (limited to 'tooner.shader')
-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)