-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 631 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 631 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
{
"name": "com.ramtype0.meshia.mesh-simplification",
"displayName": "Meshia Mesh Simplification",
"version": "3.1.0",
"unity": "2022.3",
"description": "Burst accelerated mesh simplification.",
"vrchatVersion": "2022.1.1",
"author": {
"name": "Ram.Type-0",
"url": "https://github.com/RamType0"
},
"keywords": [
"mesh",
"optimization",
"ndmf",
"vrchat"
],
"dependencies": {
"com.unity.burst": "1.8.21",
"com.unity.collections": "2.5.7",
"com.unity.mathematics": "1.3.2"
},
"vpmDependencies": {
"com.anatawa12.custom-localization-for-editor-extension": "^1.2.1"
}
}