-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.09 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.collision-detection",
"displayName": "Collision Detection",
"version": "1.0.999",
"license": "MIT",
"unity": "2022.3",
"description": "A contact system to detect world collision.",
"author": {
"name": "VRLabs",
"email": "[email protected]",
"url": "https://vrlabs.dev"
},
"siteUrl": "https://github.com/VRLabs/Collision-Detection",
"vpmDependencies": {
"dev.vrlabs.instancer": ">=1.0.2"
},
"legacyFolders": {
"Assets\\VRLabs\\Collision Detection": "1b7ffa2cfaa4355428a147133e387cd1"
},
"unityPackageDestinationFolder": "Assets/VRLabs/Collision Detection",
"vccRepoCategory": "components",
"media": {
"previewImage": "https://raw.githubusercontent.com/VRLabs/Collision-Detection/main/Media/Web/Preview.webp",
"previewGif": "https://raw.githubusercontent.com/VRLabs/Collision-Detection/main/Media/Web/PreviewGif.webp"
},
"unityPackageDestinationFolderMetas": {
"Assets/VRLabs": "652a1ba5b00554143bc9a76307dbc4e8",
"Assets/VRLabs/Collision Detection": "1b7ffa2cfaa4355428a147133e387cd1"
},
"questCompatibility": "full"
}