diff --git a/Packages/com.acchosen.vr-stage-lighting/package.json b/Packages/com.acchosen.vr-stage-lighting/package.json index cf8af60..c396269 100644 --- a/Packages/com.acchosen.vr-stage-lighting/package.json +++ b/Packages/com.acchosen.vr-stage-lighting/package.json @@ -1,14 +1,15 @@ { "name": "com.acchosen.vr-stage-lighting", "displayName": "VR Stage Lighting", - "version": "2.3.1", + "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": {}, - "legacyFolders": {}, + "legacyFolders": { + "Assets\\VR-Stage-Lighting": "" + }, "legacyFiles": {}, - "localPath": "I:\\VRSL2022\\Packages\\com.acchosen.vr-stage-lighting", "dependencies": { "com.llealloo.audiolink": "0.3.1" } -} \ No newline at end of file +}