BinaryParameterTool
BinaryParameterTool copied to clipboard
Create animations for Binary Parameters for VRCFaceTracking
Added code to remove "/" in the parameter name to allow support with tiered parameters. Names with "/" will cause failure in referencing animations. Fix create parameter option
Various fixes to the behavior of the "Create" button, including fix for the "create parameter" toggle similar to Jerry's PR #9. This is a more comprehensive rewrite of that segment...
Create parameter switch was still creating parameters when disabled which was causing problems with animation setup.
AnyState blending is useful for taking advantage of transition blending, Binary Decision Trees (not using AnyState, using float smoothing) are theoretically more performant.
The current expressions parameter handling within the tool could use some work. Mainly that the behavior of it seems inconsistent when dealing with existing parameters and parameter storage limits
This will tidy up the animator, especially when using many binary parameters (unfortunately can not condense Binary State Machines this way.)