From ea45f7ef1aa11bc65ce571523c978e7be8b9ce32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=C3=AF=7E?= <60819407+hai-vr@users.noreply.github.com> Date: Sat, 31 Jan 2026 15:18:07 +0100 Subject: [PATCH] Remove UPM installation instructions: The installation instructions incorrectly assumed that the state of the main branch is in a usable state, but this is a false assumption as all repositories in hai-vr are only tested to be working on release tags. Redirect to the documentation website instead. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a386b6f..ba331e4 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,7 @@ Initially created by **[@hai-vr](https://github.com/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](https://docs.hai-vr.dev/docs/products/animator-as-code/install). - -Otherwise, if you are **not** using VRChat, you may install it through the [Releases](https://github.com/hai-vr/av3-animator-as-code/releases), or install it through the Unity Package Manager by adding the git url `https://github.com/hai-vr/av3-animator-as-code.git?path=/Packages/dev.hai-vr.animator-as-code.v1`, or updating your `Packages/manifest.json` directly by adding the line `"dev.hai-vr.animator-as-code.v1": "https://github.com/hai-vr/av3-animator-as-code.git?path=/Packages/dev.hai-vr.animator-as-code.v1"`. +Instructions to install are available in [this page](https://docs.hai-vr.dev/docs/products/animator-as-code/install). ### Documentation