-
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) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 926 Bytes
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": "com.ccd775.avatar-physbone-converter",
"version": "2.3.1",
"displayName": "Avatar PhysBone Converter",
"description": "Converts VRC PhysBone components and explicit colliders to VRM 1.0 SpringBone, then saves and exports a standalone VRM 1.0 avatar.",
"unity": "2022.3",
"type": "tool",
"license": "MIT",
"author": {
"name": "ccd775",
"url": "https://github.com/ccd775"
},
"repository": {
"type": "git",
"url": "https://github.com/ccd775/PhysBone2SpringBone.git"
},
"changelogUrl": "https://github.com/ccd775/PhysBone2SpringBone/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/ccd775/PhysBone2SpringBone/blob/main/LICENSE.md",
"dependencies": {
"com.unity.modules.animation": "1.0.0"
},
"vpmDependencies": {
"com.vrchat.avatars": ">=3.10.3 <4.0.0"
},
"keywords": [
"vrchat",
"physbone",
"vrm",
"springbone",
"avatar"
]
}