From aa60163396d5ad46805274a8f90d1582aba30ae9 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Fri, 24 Mar 2023 19:54:32 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index c6fb5e2..1a8cbf3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # BadAnimatorFix A bad fix for a neiche issue. Is it really even a fix? + +This mod occasionally rewinds animation states that have loop enabled. + +Unity seems to have a weird quirk where animations with loop cause performance issues after running for a long long time. +You'll only start to notice this after a few hours to a few days of idling. + +Disable loop on your 2-frame toggle clips! They cycle insanely fast and heavily contribute to this issue. + +--- + +Here is the block of text where I tell you this mod is not affiliated or endorsed by ABI. +https://documentation.abinteractive.net/official/legal/tos/#7-modding-our-games + +> This mod is an independent creation and is not affiliated with, supported by or approved by Alpha Blend Interactive. + +> Use of this mod is done so at the user's own risk and the creator cannot be held responsible for any issues arising from its use. + +> To the best of my knowledge, I have adhered to the Modding Guidelines established by Alpha Blend Interactive. From 2e51a197d0108512b292c15535ce4e0e13ab1dfe Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Fri, 24 Mar 2023 19:54:51 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a8cbf3..f34e8e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # BadAnimatorFix - A bad fix for a neiche issue. Is it really even a fix? + A bad fix for a niche issue. Is it really even a fix? This mod occasionally rewinds animation states that have loop enabled.