From 6f5414f63be06a72483d1a9c56384c2f7071f133 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Fri, 24 Mar 2023 21:04:58 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17daa4c..e5dc953 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ Disable loop on your 2-frame toggle clips! They cycle insanely fast and heavily This mod also indirectly fixes your locomotion animations or other animations locking up after being AFK/Idle for days at a time. -# Note +## Note I haven't figured out exactly what's causing the performance drops over time, but I think it might be due to animation clips that have loop enabled for no reason. Unity's loop setting for animation clips is inconsistent, so clips created from the Project tab don't have loop, while those created from the Animation tab do. Depending on how creators make these clips for their avatars, they might unintentionally be more prone to this issue. Poking around existing communities and searching around, this issue or a similar one has been noted before, with the cause being short animations with loop enabled. -Unity is weird. It is hard to debug this issue as it is avatar dependent and sometimes just does not occur without actually idling for hours to days. +Unity is weird. It is hard to debug this issue as it is avatar dependent and sometimes just does not occur without actually idling for hours to days. I can speed up the game or use EvaluateController() to attempt to force the issue sooner, but even so, it sometimes just does not occur. ---