RATS
RATS copied to clipboard
Harmony-based Unity Editor QOL
For compatibility with other animator tweaks that want to use the bottom bar.
It's possible to pop out the parameter window, and this breaks certain things. Ex. when deleting a parameter:  Thanks to @jetees for reporting this.
The UI breaks when in Android (Quest) build mode. Not sure if it is related but I saw the following warning in the console: `[RATS v1.1.2] 0Harmony.dll not found -...
[UdonSharp](https://github.com/vrchat-community/UdonSharp/blob/master/Packages/com.vrchat.UdonSharp/Runtime/Plugins/0Harmony.dll) contains the 0harmony.dll in its folder by default `Assets/UdonSharp/Runtime/Plugins/0Harmony.dll`. While I do think this is bad practice as it is a shared library, the readme / documentation could reflect...
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...
I am looking to change refence path for many animations. When multi-selecting the animations it only does the first blend shape keys reference path but not for other animations. 
To copy and paste transition settings would be super nice!
Blendtrees made in the animator cannot be utilized outside the source animator unless copy pasted. That's painful because changes will not propagate. An option to export the selected blendtree as...
Here's the same image as the readme has for comparison. Installed Harmony and RATS via VCC. 
This can cause issues with other scripts that generate states with AddState. Let's patch internal functions so this doesn't happen. Thanks @dreadrith for the help pointing this out and some...