diff --git a/Packages/com.acchosen.vr-stage-lighting/package.json b/Packages/com.acchosen.vr-stage-lighting/package.json index 7603c0f..c94f085 100644 --- a/Packages/com.acchosen.vr-stage-lighting/package.json +++ b/Packages/com.acchosen.vr-stage-lighting/package.json @@ -1,17 +1,14 @@ { - "name": "com.acchosen.vr-stage-lighting", - "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.", - "gitDependencies": {}, - "vpmDependencies": { - "com.llealloo.audiolink": "0.3.2" + "name":"com.acchosen.vr-stage-lighting", + "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.", + "gitDependencies":{}, + "vpmDependencies":{ + "com.llealloo.audiolink":">=0.3.1" }, - "legacyFolders": { - "Assets\\VR-Stage-Lighting": "" + "legacyFolders":{ + "Assets\\VR-Stage-Lighting":"" }, - "legacyFiles": {}, - "dependencies": { - "com.llealloo.audiolink": "0.3.2" - } + "legacyFiles":{}, } diff --git a/Website/cover.css b/Website/cover.css deleted file mode 100644 index 1b1c540..0000000 --- a/Website/cover.css +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Globals - */ - - -/* Custom default button */ -.btn-secondary, -.btn-secondary:hover, -.btn-secondary:focus { - color: #333; - text-shadow: none; /* Prevent inheritance from `body` */ -} - - -/* - * Base structure - */ - -body { - text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); - box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); -} - -.cover-container { - max-width: 42em; -} - - -/* - * Header - */ - -.nav-masthead .nav-link { - color: rgba(255, 255, 255, .5); - border-bottom: .25rem solid transparent; -} - -.nav-masthead .nav-link:hover, -.nav-masthead .nav-link:focus { - border-bottom-color: rgba(255, 255, 255, .25); -} - -.nav-masthead .nav-link + .nav-link { - margin-left: 1rem; -} - -.nav-masthead .active { - color: #fff; - border-bottom-color: #fff; -} diff --git a/Website/favicon.ico b/Website/favicon.ico deleted file mode 100644 index a72240a..0000000 Binary files a/Website/favicon.ico and /dev/null differ diff --git a/Website/index.html b/Website/index.html deleted file mode 100644 index 8683777..0000000 --- a/Website/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - {{manifest.displayName}} - - - - - - - - - - - - - - -
- -
-
- -
-

{{manifest.displayName}}

-

{{manifest.name}} {{manifest.version}}

-

{{manifest.description}}

-

- Download Zip -

-

- Download Unitypackage
-

-

- View Raw Listing -

-
- - -
- - - - - diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index f7fb868..0000000 --- a/docs/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - vpm.vrsl.dev - - -

-

VR Stage Lighting VPM Repository

-

- - diff --git a/docs/index.json b/docs/index.json deleted file mode 100644 index affff60..0000000 --- a/docs/index.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name":"VR Stage Lighting VPM", - "author":"AcChosen", - "url":"https://acchosen.github.io/VR-Stage-Lighting/index.json", - "id":"io.github.acchosen", - "packages": { - "com.acchosen.vr-stage-lighting": { - "versions": { - "2.4.0": { - "name":"com.acchosen.vr-stage-lighting", - "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.", - "gitDependencies": { - }, - "vpmDependencies": { - "com.llealloo.audiolink": "0.3.2" - }, - "hideInEditor":false, - "zipSHA256":"FA7A57F7F1ABF43D5E082C3A4A76CA2A95FC312AA58ECA000102FD3DE2918E83", - "url":"https://github.com/AcChosen/VR-Stage-Lighting/releases/download/v2.4.0/com.acchosen.vr-stage-lighting.zip", - "legacyFolders": { - "Assets\\VR-Stage-Lighting": "" - }, - "legacyFiles": { - }, - "dependencies": { - "com.llealloo.audiolink": "0.3.2" - } - }, - "2.2.1": { - "name":"com.acchosen.vr-stage-lighting", - "displayName": "VR Stage Lighting", - "version": "2.2.1", - "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": { - "com.llealloo.audiolink": "0.3.1" - }, - "hideInEditor":false, - "zipSHA256": "94A95B6BD084B0751DFB73CAEE997058CC2D5FAAEA73E49996852944F8F46239", - "url":"https://github.com/AcChosen/VR-Stage-Lighting/releases/download/v2.2.0/com.acchosen.vr-stage-lighting.zip", - "legacyFolders": { - "Assets\\VR-Stage-Lighting": "" - }, - "legacyFiles":{ - }, - "dependencies": { - "com.llealloo.audiolink": "0.3.1" - } - } - } - } - } -}