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

Adds Unity package files #10

Open seanedwards opened 2 years ago

seanedwards commented 2 years ago

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__