1
0
mirror of https://github.com/AcChosen/VR-Stage-Lighting.git synced 2024-11-23 23:21:07 +01:00

Correct AudioLink dependency handling

- Requires vpmDependencies in order for VCC to work
This commit is contained in:
towneh 2023-07-04 21:59:13 +01:00 committed by GitHub
parent b31f0bbb4b
commit 85efb8ca0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": ""
},