mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-28 10:15:06 +08:00
Modular Avatar is a suite of non-destructive tools for modularizing your avatars, and for distributing avatar components. With Modular Avatar, adding a new outfit or gimmick to your avatar is as easy as drag-and-drop!
497d16f89d
* feat: inferring prefix/suffix now supports infer with HeuristicBoneMapper * feat: inferring prefix/suffix is now triggered when prefix/suffix is empty and merge target changed * chore: add comment for inferring prefix/suffix with HeuristicBoneMapper * feat: support using Humanoid Rig on RenameBonesByHeuristic * feat: support using cloth's Humanoid Rig on merge_armature.adjust_names * feat: support outfits' hips in one more deep place * chore: refine condition on Heuristic Bone Mapper's exact humanoid bone matching * chore: unify the process for get outfit's humanoid bones * chore: rename variable name to clarify means * chore: use InitializeOnLoadMethod instead of reflection to get boneNamePattern from Editor Assembly * test: add some tests for SetupOutfit and InferPrefixSuffix |
||
---|---|---|
.github | ||
Assets | ||
docs-site~ | ||
docs~ | ||
Editor | ||
Runtime | ||
Samples | ||
UIElementsSchema | ||
UnitTests~ | ||
.crowdin.yml | ||
.gitignore | ||
.gitmodules | ||
Assets.meta | ||
CHANGELOG.md | ||
CHANGELOG.md.meta | ||
COPYING.md | ||
COPYING.md.meta | ||
Editor.meta | ||
package.json | ||
package.json.meta | ||
README.md | ||
README.md.meta | ||
Runtime.meta | ||
Samples.meta | ||
SetupUnitTests.ps1 | ||
SetupUnitTests.ps1.meta | ||
UIElementsSchema.meta |
Modular Avatar is a suite of non-destructive tools for modularizing your avatars, and for distributing avatar components. With Modular Avatar, adding a new outfit or gimmick to your avatar is as easy as drag-and-drop!
Modular Avatar currently supports:
- Merging prefab armatures into the parent avatar, as is often done to add outfits. MA minimizes the number of bones that are created in this process, reusing existing bones where possible.
- Merging subcomponent animators into the parent avatar, for use with various types of avatar gimmicks.
- and much more!
For more information, check out the documentation.
モジュラーアバターは、アバター設定を分割したり、アバター用ギミックや衣装を配布するための非破壊的なツールキットです。 モジュラーアバターを使えば、新しい衣装やギミックの導入はドラッグアンドドロップで楽ちんです!
モジュラーアバターは現在以下の機能があります。
- 衣装導入でよくやる、プレハブのアーマチュアを親のアバターに統合すること。この過程で新規生成されるボーンを最小限にして、できる限り既存のボーンを使いまわします。
- 部分的なアニメーターを親に統合することで、様々のギミックの実装を簡単にします。
- 他にもいろいろ!
詳しくはドキュメンテーションページをご覧ください.