From c54c377202c7d6c0ffc1856191f0465b3e26e2e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=C3=AF=7E?= Date: Sun, 30 Jun 2024 14:07:30 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cf9bd85..36d8fc1 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ -Migration in progress +Animator As Code V1 - Beta ==== -This branch `wip-v1` is currently [being prepared for a breaking change to V1](https://docs.hai-vr.dev/docs/products/animator-as-code/migrating-v0-to-v1). - -## Animator As Code V1 +Initially created by **[@hai-vr](https://github.com/hai-vr)**, +- with major contributions from **[@galister](https://github.com/galister)** for supporting sub-state machines and the generic use of nodes and parameters. ## Installation -If you are using Animator As Code in VRChat, install using the VRChat Creator Companion. Instructions are available in [this page](https://docs.hai-vr.dev/docs/products/animator-as-code/install). +If you are using Animator As Code in VRChat, install using the VRChat Creator Companion or ALCOM. Instructions are available in [this page](https://docs.hai-vr.dev/docs/products/animator-as-code/install). -Otherwise if you are **not** using VRChat, install it through the [Releases](https://github.com/hai-vr/av3-animator-as-code/releases). +Otherwise, if you are **not** using VRChat, install it through the [Releases](https://github.com/hai-vr/av3-animator-as-code/releases). ### Documentation @@ -18,7 +17,6 @@ Otherwise if you are **not** using VRChat, install it through the [Releases](htt - [V1 Functions reference](https://docs.hai-vr.dev/docs/products/animator-as-code/functions/base) - [VRChat reference](https://docs.hai-vr.dev/docs/products/animator-as-code/functions/vrchat) - [VRChat (Destructive Workflow) reference](https://docs.hai-vr.dev/docs/products/animator-as-code/functions/vrchat-destructive-workflow) -- [Non-Destructive Modular Framework Processor reference](https://docs.hai-vr.dev/docs/products/animator-as-code/functions/ndmf-processor) - [Modular Avatar As Code reference](https://docs.hai-vr.dev/docs/products/animator-as-code/functions/modular-avatar) ## Animator As Code V0