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
anatawa12 00c683dd23
fix: retarget is not performed if rootBone is the only bone to be retargeted (#241)
* fix: retarget is not performed if rootBone is the only bone to be retargeted

* fix: MeshRetargeter may cause NRE if mesh is null

* fix: MeshRetargeter is not working if sharedMesh is null

* test: add test case for SkinnedMeshRenderer only with rootBone

* test: fix RootBoneOnly test

* test: fix expected and actual

* test: add test for SkinnedMeshRenderer without mesh
2023-04-09 19:08:57 +09:00
.github chore(deps): bump actions/upload-artifact in /.github/workflows (#260) 2023-04-03 20:30:50 +09:00
Assets fix: retarget is not performed if rootBone is the only bone to be retargeted (#241) 2023-04-09 19:08:57 +09:00
docs chore(deps-dev): bump typescript from 5.0.2 to 5.0.3 in /docs (#261) 2023-04-03 20:31:01 +09:00
Packages fix: retarget is not performed if rootBone is the only bone to be retargeted (#241) 2023-04-09 19:08:57 +09:00
ProjectSettings fix: high quality curve setting is not preserved properly (#225) 2023-02-25 17:53:02 +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
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.


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

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

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

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