diff --git a/Packages/com.acchosen.vr-stage-lighting/package.json b/Packages/com.acchosen.vr-stage-lighting/package.json index d522d82..971c749 100644 --- a/Packages/com.acchosen.vr-stage-lighting/package.json +++ b/Packages/com.acchosen.vr-stage-lighting/package.json @@ -3,6 +3,10 @@ "displayName":"VR Stage Lighting", "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.", + "url":"https://github.com/AcChosen/VR-Stage-Lighting", + "author":{ + "name":"AcChosen", + }, "gitDependencies":{}, "vpmDependencies":{ "com.llealloo.audiolink":">=0.3.1" @@ -10,5 +14,8 @@ "legacyFolders":{ "Assets\\VR-Stage-Lighting":"" }, - "legacyFiles":{} + "legacyFiles":{}, + "hideInEditor":false, + "license":"MIT", + "unity":"2019.4" }