hai-vr / av3-animator-as-code

Generate animator layers and animations from a fluent builder syntax. Initially designed for use in VRChat, this is now a generic package that does not require it.
https://docs.hai-vr.dev/docs/products/animator-as-code
MIT License
190 stars 14 forks source link

`driver-copy`: Add bool support for DrivingCopies/DrivingRemaps/DrivingCasts #32

Closed rrazgriz closed 1 year ago

rrazgriz commented 1 year ago

Adds support for arguments of AacFlBoolParameter for DrivingCopies (bool -> bool), DrivingRemaps (bool <-> bool, bool <-> int, and bool <-> float), and DrivingCasts (bool <-> bool, bool <-> int, and bool <-> float) methods.

This change provides complete support for the driver copy behavior capabilities.

Happyrobot33 commented 1 year ago

would love to see this merged

hai-vr commented 1 year ago

Closing, will be added through https://github.com/hai-vr/animator-as-code-vrc/blob/main/dev.hai-vr.unity.animator-as-code.v1.vrc/AnimatorAsCodeExtensions/V1/VRC/AacVRCExtensions.cs#L91