-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
20 lines (20 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "jp.pokemori.vrm-converter-for-vrchat",
"version": "41.4.0",
"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": "2022.3",
"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.vrchat.avatars": "3.5.0",
"com.vrmc.univrm": "0.127.0",
"jp.pokemori.univrm-extensions": "10.3.0"
},
"author": {
"name": "100の人",
"url": "https://github.com/esperecyan"
}
}