-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.01 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
{
"name": "dev.vrlabs.camera-system",
"displayName": "Camera System",
"version": "1.0.999",
"license": "MIT",
"unity": "2022.3",
"description": "An OSC camera system that moves a camera along a set path.",
"author": {
"name": "VRLabs",
"email": "[email protected]",
"url": "https://vrlabs.dev"
},
"siteUrl": "https://github.com/VRLabs/Camera-System",
"vpmDependencies": {
"dev.vrlabs.instancer": ">=1.0.2",
"com.vrchat.avatars": "^3.7.0"
},
"legacyFolders": {},
"unityPackageDestinationFolder": "Assets/VRLabs/Camera-System",
"vccRepoCategory": "systems",
"media": {
"previewImage": "https://raw.githubusercontent.com/VRLabs/Camera-System/main/Media/Web/Preview.webp",
"previewGif": "https://raw.githubusercontent.com/VRLabs/Camera-System/main/Media/Web/PreviewGif.webp"
},
"unityPackageDestinationFolderMetas": {
"Assets/VRLabs": "652a1ba5b00554143bc9a76307dbc4e8",
"Assets/VRLabs/Camera-System": "b484069a7250d6c4b87235fd74bfbafb"
},
"questCompatibility": "none"
}