Home

Awesome

Animator As Code V1

Animator As Code is a small Unity Editor facility to generate Animator layers and animations from a fluent builder syntax written in C#.

Describing your animators as code provides the following advantages:

Initially designed for use in VRChat to create Avatars 3.0 animator controllers, this is now a generic package that does not require it.

https://user-images.githubusercontent.com/60819407/157751278-475538c7-3310-4fa5-9a87-3651c85eaa1c.mp4

Initially created by @hai-vr,

Installation

If you are using Animator As Code in VRChat, install using the VRChat Creator Companion or ALCOM. Instructions are available in this page.

Otherwise, if you are not using VRChat, install it through the Releases.

Documentation

Animator As Code V0