-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
24 lines (24 loc) · 1.21 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
{
"name": "jp.pokemori.vrm-converter-for-vrchat",
"version": "38.2.1",
"displayName": "VRM Converter for VRChat",
"description": "Unityのエディタ拡張です。次の3つのツールが含まれています。\n\n• VRMプレハブをVRChat用アバターへ変換\n• VRChat用アバターをVRMへ変換\n• メッシュ・サブメッシュの結合\n\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\nThis is the Unity Editor extension. This includes the following three tools\n\n• Convert VRM prefab to VRChat avatar\n• Convert VRChat avatar to VRM\n• Merge meshes and submeshes",
"unity": "2019.4",
"documentationUrl": "https://pokemori.booth.pm/items/1025226",
"changelogUrl": "https://github.com/esperecyan/VRMConverterForVRChat/releases",
"license": "MPL-2.0",
"licensesUrl": "https://pokemori.booth.pm/items/1025226",
"dependencies": {
"com.vrmc.univrm": "0.99.4",
"jp.pokemori.univrm-extensions": "7.3.0"
},
"Other Dependencies": {
"VRChat SDK3-Avatars": "2022.05.04.17.47",
"VRChat SDK2": "2021.11.08.14.28",
"Dynamic Bone": "1.2.2"
},
"author": {
"name": "100の人",
"url": "https://github.com/esperecyan"
}
}