mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-04 19:49:02 +08:00
2.6 KiB
2.6 KiB
Changelog
All notable changes to this project will be documented in this file.
Changes between prerelease versions will be documented in CHANGELOG-PRERELEASE.md
instead.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
- Added CHANGELOG files
- [#1482] Added support for replacing pre-existing animator controllers to
Merge Animator
- [#1481] Added World Scale Object
- [#1489] Added
MA MMD Layer Control
Fixed
- [#1460] When importing parameter assets in MA Parameters, "local only" parameters were incorrectly treated as "animator only"
- [#1489] Fixed compatibility issues between
Merge Blend Tree
or reactive components and MMD worlds. See documentation for details on the new handling. - [#1501] Unity keyboard shortcuts don't work when editing text fields on the MA Parameters component
- [#1410] Motion overrides on synced layers are not updated for Bone Proxy/Merge Armature object movement
- [#1504] The internal
DelayDisable
layer no longer references unnecessary objects in some situations- This helps improve compatibility with AAO and other tools that track whether objects are animated
Changed
- [#1476] Switch ModularAvatarMergeAnimator and ModularAvatarMergeParameter to use new NDMF APIs (
IVirtualizeMotion
andIVirtualizeAnimatorController
) - [#1483] The Merge Animator "Match Avatar Write Defaults" option will no longer adjust write defaults on states in additive layers, or layers with only one state and no transitions.
- [#1429] Merge Armature will now allow you to merge humanoid bones with PhysBones attached in certain cases.
- Specifically, child humanoid bones (if there are any) must be excluded from all attached Physbones.
- [#1437] Create Toggle for Selection now creates submenus as necessary when multiple items are selected, and creates toggles as children.
- [#1499] When an audio source is controlled by an Object Toggle, disable the audio source when animations are blocked to avoid it unintentionally being constantly active.
- [#1502]
World Fixed Object
now usesVRCParentConstraint
and is therefore compatible with Android builds
Removed
Security
Deprecated
Older versions
Please see the github releases page at https://github.com/bdunderscore/modular-avatar/releases