mirror of
https://github.com/AcChosen/VR-Stage-Lighting.git
synced 2024-11-23 23:21:07 +01:00
Add additional metadata in package.json
Include "hideInEditor", "license" and "unity" parameters
This commit is contained in:
parent
902362474d
commit
2dedeef155
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user