From e17d1d28289702c73321f76114cf55787a3bb7c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=C3=AF=7E?= Date: Sun, 30 Jun 2024 14:05:25 +0200 Subject: [PATCH] V1.1.0-beta.1 Accomodate new VRCAnimatorPlayAudio requirements --- Packages/dev.hai-vr.animator-as-code.v1/package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Packages/dev.hai-vr.animator-as-code.v1/package.json b/Packages/dev.hai-vr.animator-as-code.v1/package.json index ab3601c..c5bee2c 100644 --- a/Packages/dev.hai-vr.animator-as-code.v1/package.json +++ b/Packages/dev.hai-vr.animator-as-code.v1/package.json @@ -1,12 +1,15 @@ { "name": "dev.hai-vr.animator-as-code.v1", - "displayName": "Animator As Code (Alpha)", - "version": "1.0.9941-alpha.1", + "displayName": "Animator As Code (Beta)", + "version": "1.1.0-beta.1", "unity": "2019.4", "description": "Base Animator As Code library. This library only requires Unity.", "vrchatVersion" : "2022.1.1", "author" : { "name" : "Haï~" }, - "url" : "https://docs.hai-vr.dev/docs/products/animator-as-code/functions/vrchat" + "url" : "https://docs.hai-vr.dev/docs/products/animator-as-code/functions/base", + "documentationUrl": "https://docs.hai-vr.dev/docs/products/animator-as-code/functions/base", + "changelogUrl": "https://docs.hai-vr.dev/docs/changelogs/animator-as-code", + "license": "MIT" }