From b31f0bbb4b68f8ba4c712bf1d83f633931096cb4 Mon Sep 17 00:00:00 2001 From: towneh Date: Tue, 4 Jul 2023 21:39:46 +0100 Subject: [PATCH 1/2] v2.4 of package.json - Update version on package.json - Remove localPath personal data - Add legacyFolder for handling Date: Tue, 4 Jul 2023 21:59:13 +0100 Subject: [PATCH 2/2] Correct AudioLink dependency handling - Requires vpmDependencies in order for VCC to work --- Packages/com.acchosen.vr-stage-lighting/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Packages/com.acchosen.vr-stage-lighting/package.json b/Packages/com.acchosen.vr-stage-lighting/package.json index c396269..5b192c9 100644 --- a/Packages/com.acchosen.vr-stage-lighting/package.json +++ b/Packages/com.acchosen.vr-stage-lighting/package.json @@ -4,7 +4,9 @@ "version": "2.4.0", "description": "A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.", "gitDependencies": {}, - "vpmDependencies": {}, + "vpmDependencies": { + "com.llealloo.audiolink": "0.3.1" + }, "legacyFolders": { "Assets\\VR-Stage-Lighting": "" },