rrazgriz / RATS

Harmony-based Unity Editor QOL
https://vpm.razgriz.one
MIT License
84 stars 7 forks source link

[Feature Request] Right Click option to change animator parameter Type #18

Open TayouVR opened 1 year ago

TayouVR commented 1 year ago

Its maybe not a very common thing to do, but I sometimes end up refactoring some thing on my avatar and need to convert some parameter from a float to int, or the other way around, (e.g. to use it in blendtrees). Currently I go in the file and find the parameter there using n++ and change the type enum number manually. I think this would be in the scope of this, if i encounter it more I might PR it myself too.