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!
Go to file
bd_ 6cbcde05f4
fix: avoid name collisions in setup outfit (#435)
The human avatar mapping system seems to use bone _names_ rather than full
_paths_ to identify bones. When the avatar armature and an outfit armature
are both present under the avatar root, this can result in misidentification
of outfit bones as avatar bones on the avatar animator. This in turn results
in issues with Bone Proxy's editor-side tracking logic.

This change adjusts setup outfit to ensure that there is always a prefix
and/or suffix set, renaming bones if necessary.

Note that this does not fully use outfit human avatar data to map bones yet;
this is mostly intended as a patch to resolve the issues that have been
reported recently, particularly around the stricter validations in SDK
3.3.0.
2023-09-14 21:33:22 +09:00
.github chore(deps): bump actions/checkout from 3 to 4 in /.github/workflows (#427) 2023-09-13 23:47:46 +09:00
Assets fix: fixup expressions menus to avoid validation errors (#434) 2023-09-14 21:24:20 +09:00
docs chore(deps): bump react-player from 2.12.0 to 2.13.0 in /docs (#428) 2023-09-13 23:48:00 +09:00
Packages fix: avoid name collisions in setup outfit (#435) 2023-09-14 21:33:22 +09:00
ProjectSettings chore: dependency and project settings update 2023-09-14 20:23:00 +09:00
.gitignore chore: Add CodeCoverage directories to .gitignore 2023-01-16 21:16:24 +09:00
CHANGELOG.md testing_ci 2022-09-07 20:46:39 -07:00
COPYING.md Update COPYING.md 2022-11-23 08:22:50 -08:00
modular-avatar.sln.DotSettings chore: add user dictionary 2023-09-03 18:09:33 +09:00
README.md Update README.md 2022-11-27 16:24:12 -08:00

GitHub release (latest by date) GitHub issues Github stars

Logo

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!

https://user-images.githubusercontent.com/64174065/204167927-259062f7-0b1b-4ca8-9723-dfa7c96ce3f4.mp4

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.


モジュラーアバターは、アバター設定を分割したり、アバター用ギミックや衣装を配布するための非破壊的なツールキットです。 モジュラーアバターを使えば、新しい衣装やギミックの導入はドラッグアンドドロップで楽ちんです!

モジュラーアバターは現在以下の機能があります。

  • 衣装導入でよくやる、プレハブのアーマチュアを親のアバターに統合すること。この過程で新規生成されるボーンを最小限にして、できる限り既存のボーンを使いまわします。
  • 部分的なアニメーターを親に統合することで、様々のギミックの実装を簡単にします。
  • 他にもいろいろ!

詳しくはドキュメンテーションページにご参照ください.