mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 18:55:06 +08:00
aa698565ab
* chore: refactor state machine clone logic out as a separate class * feat: add layer priority and relative path root options to Merge Animator * feat: add Merge Blend Tree component * chore: adjust NDMF dependency * docs: update merge-animator docs * docs: merge blend tree docs
22 lines
607 B
JSON
22 lines
607 B
JSON
{
|
|
"name": "nadena.dev.modular-avatar",
|
|
"displayName": "Modular Avatar",
|
|
"version": "1.8.4",
|
|
"unity": "2019.4",
|
|
"description": "A suite of tools for assembling your avatar out of reusable components",
|
|
"author": {
|
|
"name": "bd_",
|
|
"email": "bd_@nadena.dev",
|
|
"url": "https://github.com/bdunderscore/modular-avatar"
|
|
},
|
|
"url": "https://m-a.nadena.dev",
|
|
"repo": "https://vpm.nadena.dev/vpm.json",
|
|
"dependencies": {
|
|
"com.unity.nuget.newtonsoft-json": "2.0.0"
|
|
},
|
|
"vpmDependencies": {
|
|
"com.vrchat.avatars": ">=3.2.0",
|
|
"nadena.dev.ndmf": ">=1.3.0-alpha.1 <2.0.0-a"
|
|
}
|
|
}
|