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.
Hello! I've forked this repository in order to add a package.json file, so that I can reference this project from my prefab, WorldObject - I am planning to rewrite the WorldObject setup script using AAC, and I would like the installation process to be as easy as possible for my users. Using the Unity package system to automatically download dependencies seemed like the best way to do that.
I thought I'd also offer my changes back, as it may help streamline the setup for projects that use AAC as a library.
Please feel free to make or request any changes. Thank you!
Hello! I've forked this repository in order to add a
package.json
file, so that I can reference this project from my prefab, WorldObject - I am planning to rewrite the WorldObject setup script using AAC, and I would like the installation process to be as easy as possible for my users. Using the Unity package system to automatically download dependencies seemed like the best way to do that.I thought I'd also offer my changes back, as it may help streamline the setup for projects that use AAC as a library.
Please feel free to make or request any changes. Thank you!
-Oli__