mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-19 04:40:07 +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
25 lines
445 B
JSON
25 lines
445 B
JSON
{
|
|
"dependencies": {
|
|
"com.vrchat.avatars": {
|
|
"version": "3.5.0"
|
|
},
|
|
"nadena.dev.ndmf": {
|
|
"version": "1.3.0-alpha.1"
|
|
}
|
|
},
|
|
"locked": {
|
|
"com.vrchat.avatars": {
|
|
"version": "3.5.0",
|
|
"dependencies": {
|
|
"com.vrchat.base": "3.5.0"
|
|
}
|
|
},
|
|
"com.vrchat.base": {
|
|
"version": "3.5.0",
|
|
"dependencies": {}
|
|
},
|
|
"nadena.dev.ndmf": {
|
|
"version": "1.3.0-alpha.1"
|
|
}
|
|
}
|
|
} |