-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "dev.vrlabs.local-mirror-detection",
"displayName": "Local Mirror Detection",
"version": "1.0.999",
"license": "MIT",
"unity": "2022.3",
"description": "Sets an \"IsMirror\" parameter to true on your mirror clone",
"author": {
"name": "VRLabs",
"email": "[email protected]",
"url": "https://vrlabs.dev"
},
"siteUrl": "https://github.com/VRLabs/Local-Mirror-Detection",
"vpmDependencies": {
"dev.vrlabs.instancer": ">=1.0.2"
},
"legacyFolders": {
"Assets\\VRLabs\\Local Mirror Detection": "752b7e9b073124232a11f12753e8d120"
},
"unityPackageDestinationFolder": "Assets/VRLabs/Local Mirror Detection",
"vccRepoCategory": "components",
"media": {
"previewImage": "https://raw.githubusercontent.com/VRLabs/Local-Mirror-Detection/main/Media/Web/Preview.webp",
"previewGif": "https://raw.githubusercontent.com/VRLabs/Local-Mirror-Detection/main/Media/Web/Preview.webp"
},
"unityPackageDestinationFolderMetas": {
"Assets/VRLabs": "652a1ba5b00554143bc9a76307dbc4e8",
"Assets/VRLabs/Local Mirror Detection": "752b7e9b073124232a11f12753e8d120"
},
"questCompatibility": "full"
}