NotAKidoS / SimpleAAS

Simple Unity script to aid in advanced ChilloutVR Avatar creation.
MIT License
2 stars 0 forks source link

Gesture floats get changed to ints #9

Open WayaShinzui opened 2 months ago

WayaShinzui commented 2 months ago

The combined animator sets the GestureLeft and GestureRight parameters to be Integers instead of Floats. Not sure if this is a bug or if it's on purpose but it's breaking the blend tree for the fist close gesture.

NotAKidoS commented 1 month ago

It is likely dependent on order you merge the controllers. Go one by one top-down and double check they are all floats. You may have the first controller defining the parameters as ints.

WayaShinzui commented 1 month ago

Omg I feel like a dingus. One of the others has the same exact parameters but as ints. Apologies! And thank you!

On Sun, Jul 21, 2024 at 7:24 PM NotAKidoS @.***> wrote:

It is likely dependent on order you merge the controllers. Go one by one top-down and double check they are all floats. You may have the first controller defining the parameters as ints.

— Reply to this email directly, view it on GitHub https://github.com/NotAKidoS/SimpleAAS/issues/9#issuecomment-2241923515, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW7PXPZIHGAQIXSCM3IEUQTZNRUPBAVCNFSM6AAAAABLGQ7FBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBRHEZDGNJRGU . You are receiving this because you authored the thread.Message ID: @.***>