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
Haï~ c5e787045a review:
- Rebased to 1.10.0-rc.4 because the inspector of SubMenu of source Expressions Menu were broken in the base commit this branch initially started with, which was preventing testing some aspects raised during review.
- When this is being rendered as part of an SubMenu of source Expressions Menu, don't use any of the label logic, as menu items within such an Expressions Menu are not backed by any GameObject.
- Rename _isTryingRichLabel to _useLabel.
- Since switching to unlinked always overwrites the label field with the current ObjectName, and switching to linked always empties the label field, the state of _useLabel while the Inspector is open is implied by the value of the label field, or the previous state of the _useLabel field itself when the label field is being emptied out.
  - In addition, use the |= operator.
- When the name is linked, and the user begins typing the "<" character, set the label field, and do not apply the name. This will automatically switch to linked mode as the inspector will be reevaluated a second time.
  - If the original object name already contains a "<" character (i.e. it comes from a previous version of Modular Avatar), there will be no automatic conversion happening as long as the object name still contains the "<" character.
- Changed the localization keys to discard the rich text toggle aspect.
- Not addressed: When multiple Menu Item components are selected, the behaviour of the inspector currently edits the GameObject name, with no link button, and no automatic conversion when typing "<", regardless of the contents of the label field.
2024-10-01 09:52:39 +02:00
.github 1.10.0 2024-09-29 15:02:58 -07:00
Assets chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
docs-site~ chore(deps): bump path-to-regexp from 6.2.1 to 6.3.0 in /docs-site~ (#1132) 2024-09-14 19:41:44 -07:00
docs~ docs: updates to outfit creator documentation 2024-09-29 13:34:15 -07:00
Editor review: 2024-10-01 09:52:39 +02:00
Runtime feat: menu name may use string field 2024-10-01 09:52:39 +02:00
Samples fix: spurious "missing" value shown in fingerpen prefab (#1029) 2024-08-21 20:24:03 -07:00
UIElementsSchema chore: move schema files to project root 2023-11-01 19:10:53 +09:00
UnitTests~ chore: fix compiler warnings 2024-09-27 19:37:23 -07:00
.crowdin.yml Update Crowdin configuration file 2024-03-09 02:03:56 -08:00
.gitignore fix: performance issues with Scale Adjuster Preview (#912) 2024-07-03 12:00:27 +09:00
.gitmodules feat: NDMF integration 2023-09-04 23:18:23 +09:00
Assets.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
CHANGELOG.md testing_ci 2022-09-07 20:46:39 -07:00
CHANGELOG.md.meta add missing meta files (#492) 2023-10-11 20:14:06 +09:00
COPYING.md docs: add reference to logo distribution guidelines in COPYING (#594) 2023-12-28 16:25:13 +09:00
COPYING.md.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
Editor.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
package.json 1.10.0 2024-09-29 15:02:58 -07:00
package.json.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
README.md chore: adjust badge order 2024-03-09 19:33:22 +09:00
README.md.meta add missing meta files (#492) 2023-10-11 20:14:06 +09:00
Runtime.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
Samples.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
SetupUnitTests.ps1 fix: ESO selects the last hips candidate, when it should pick the first (#520) 2023-11-09 17:25:13 +09:00
SetupUnitTests.ps1.meta fix: ESO selects the last hips candidate, when it should pick the first (#520) 2023-11-09 17:25:13 +09:00
UIElementsSchema.meta chore: add missing meta file 2024-03-14 15:38:00 +09:00

GitHub release (latest by date) GitHub release (by tag) GitHub all releases GitHub issues Crowdin 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.


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

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

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

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