From 9222e7e9a21704dd6083adf8f53ce4437ba64a74 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 2 Oct 2022 17:24:17 -0700 Subject: Add 'Do Nothing' animation Per the VRC docs, state behaviors may not execute if the total length of time in the state is < 0.02 seconds. Adding a 2-frame 'Do Nothing' animation to the top of every layer seems to help with stability. *shrug* More cleanup: * Generate a unique return-home transition for each terminal state instead of reusing the same one. * Use globally unique state names in animator. * All animations are at least 2 frames long. --- TaSTT.shader | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TaSTT.shader') diff --git a/TaSTT.shader b/TaSTT.shader index fb16779..510db14 100644 --- a/TaSTT.shader +++ b/TaSTT.shader @@ -100,6 +100,8 @@ _Letter_Row05_Col13("_Letter_Row05_Col13", float) = 0 _Letter_Row05_Col14("_Letter_Row05_Col14", float) = 0 _Letter_Row05_Col15("_Letter_Row05_Col15", float) = 0 + // This does nothing, it's just used by the 'Do Nothing' animation. + _Dummy("_Dummy", float) = 0 } SubShader { -- cgit v1.2.3