-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "com.izayoi.univgo",
"displayName": "UniVGO",
"description": "UniVGO is a package that can handle VGO files in Unity.",
"version": "2.5.22",
"type": "tool",
"category": "",
"keywords": [
"3d-model",
"model-format",
"avatar",
"rigidbody",
"collider",
"mesh",
"skin",
"springBone",
"material",
"animation",
"light",
"particle",
"skybox",
"liltoon",
"nova",
"unity",
"unity3d",
"unity3d-plugin",
"vgo"
],
"unity": "2021.3",
"author": {
"name" : "Izayoi Jiichan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/izayoijiichan/VGO.git"
},
"dependencies": {
"com.izayoi.unishaders": "1.6.1",
"com.izayoi.vgospringbone": "1.1.2",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.cloth": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.0.0"
}
}