Skip to content

Commit

Permalink
Add additional metadata in package.json
Browse files Browse the repository at this point in the history
Include "hideInEditor", "license" and "unity" parameters
  • Loading branch information
towneh authored Jul 6, 2023
1 parent 9023624 commit 2dedeef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Packages/com.acchosen.vr-stage-lighting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@
"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"
},
"legacyFolders":{
"Assets\\VR-Stage-Lighting":""
},
"legacyFiles":{}
"legacyFiles":{},
"hideInEditor":false,
"license":"MIT",
"unity":"2019.4"
}

0 comments on commit 2dedeef

Please sign in to comment.