-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.15 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.15 KB
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
32
{
"name": "dev.vrlabs.selective-animation",
"displayName": "Selective Animation",
"version": "1.0.999",
"license": "MIT",
"unity": "2022.3",
"description": "System for playing animations for only a single player in an instance",
"author": {
"name": "VRLabs",
"email": "mail@vrlabs.dev",
"url": "https://vrlabs.dev"
},
"siteUrl": "https://github.com/VRLabs/Selective-Animation",
"vpmDependencies": {
"dev.vrlabs.instancer": ">=1.0.2",
"com.vrchat.avatars": "^3.7.0"
},
"legacyFolders": {
"Assets\\VRLabs\\Selective Animation": "7a21e49786371eb4aa7d72f69824cf71"
},
"unityPackageDestinationFolder": "Assets/VRLabs/Selective Animation",
"vccRepoCategory": "components",
"media": {
"previewImage": "https://raw.githubusercontent.com/VRLabs/Selective-Animation/main/Media/Web/Preview.webp",
"previewGif": "https://raw.githubusercontent.com/VRLabs/Selective-Animation/main/Media/Web/PreviewGif.webp"
},
"unityPackageDestinationFolderMetas": {
"Assets/VRLabs": "652a1ba5b00554143bc9a76307dbc4e8",
"Assets/VRLabs/Selective Animation": "7a21e49786371eb4aa7d72f69824cf71"
},
"questCompatibility": "none"
}