From c87904fbbba012996c70d38e6f93d3e3391bf0aa Mon Sep 17 00:00:00 2001 From: yewnyx <76991402+yewnyx@users.noreply.github.com> Date: Mon, 2 Jun 2025 09:19:38 +0900 Subject: [PATCH] Add git url installation note for Unity projects to README (#52). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 851cb2f..a386b6f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Initially created by **[@hai-vr](https://github.com/hai-vr)**, 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, 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"`. ### Documentation