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
188 stars 14 forks source link

Add RemoveParameters #11

Open 1inguini opened 2 years ago

1inguini commented 2 years ago

There is RemoveAllMainLayers() and RemoveAllSupportingLayers(string suffix) but, no method to remove parameter. I can understand that there is danger of removing parameter used by layers that were added by hand, but I don't think removing the parameters that are not used by the Animator Controller would do much harm.