From 3c46d61599052070cce975b8d2b0e71d69e313ec Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidoS@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:15:24 -0500 Subject: [PATCH] ASTExtension: Fix README --- ASTExtension/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ASTExtension/README.md b/ASTExtension/README.md index 3de94bb..da15644 100644 --- a/ASTExtension/README.md +++ b/ASTExtension/README.md @@ -29,9 +29,9 @@ Examples: - This is the default setup for Avatar Scale Tool and will work perfectly. - `Scale` - 0 to 100 (input single) - This will also work perfectly as the max height is a multiple of 10. -- 'Height' - 0 to 2 (input single) +- `Height` - 0 to 2 (input single) - This will not work properly. The max value to drive the parameter to is not a multiple of 10, and as such ASTExtension will believe the parameter range is 0 to 1. -- `BurntToast` - 0 to 100 (input single) +- `BurntToast` - 0 to 10 (input single) - This will not work properly. The parameter name is not recognized by ASTExtension. If your setup is theoretically supported but not working, it is likely the scaling animation is not linear. In this case, you will need to fix your animation clip curves / blend tree to be linear, or use Avatar Scale Tool to generate a new scaling animation.