2025-03-09 19:26:51 -07:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.1.0/ ),
and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
## [Unreleased]
2025-03-28 02:15:53 +00:00
### Added
### Fixed
### Changed
### Removed
### Security
### Deprecated
2025-04-03 02:44:37 +00:00
## [1.12.2] - [2025-04-03]
### Fixed
- [#1537 ] Curves which animated animator parameters, when added using a `Merge Motion` component, would not be updated by
`Rename Parameters`
2025-04-02 02:22:57 +00:00
## [1.12.1] - [2025-04-02]
### Fixed
- [#1532 ] Modular Avatar has compiler errors in a newly created project
2025-04-01 05:10:29 +00:00
## [1.12.0] - [2025-04-01]
### Fixed
- [#1531 ] Fix compatibility issue with lylicalInventory
### Changed
- [#1530 ] `MA Menu Item` auto parameters now also assign names based on object paths
2025-03-28 02:15:53 +00:00
## [1.12.0-rc.1] - [2025-03-28]
2025-03-17 04:09:15 +00:00
### Added
2025-03-22 19:51:23 -07:00
- [#1524 ] Added support for disabling MMD world handling at an avatar level
2025-03-17 04:09:15 +00:00
### Fixed
2025-03-22 18:57:04 -07:00
- [#1522 ] `Convert Constraints` failed to convert animation references
2025-03-23 11:34:19 -07:00
- [#1528 ] `Merge Animator` ignored the `Match Avatar Write Defaults` setting and always matched
2025-03-17 04:09:15 +00:00
### Changed
2025-03-23 13:50:59 -07:00
- [#1529 ] `MA Parameters` auto-rename now assigns new names based on the path of the object. This should improve
compatibility with `MA Sync Parameter Sequence`
- If you are using `MA Sync Parameter Sequence` , it's a good idea to empty your SyncedParams asset and reupload all
platforms after updating to this version.
2025-03-17 04:09:15 +00:00
2025-03-22 04:43:16 +00:00
## [1.12.0-rc.0] - [2025-03-22]
### Fixed
- [#1508 ] Fix an issue where automatic compression of expressions menu icons would fail when the texture dimensions were
not divisible by four.
- [#1513 ] Expression menu icon compression broke on iOS builds
### Changed
- [#1514 ] `Merge Blend Tree` is now `Merge Motion (Blend Tree)` and supports merging animation clips as well as blend trees
2025-03-17 04:09:15 +00:00
## [1.12.0-beta.0] - [2025-03-17]
2025-03-09 19:26:51 -07:00
### Added
2025-03-13 19:49:39 -07:00
- [#1497 ] Added changelog to docs site
2025-03-10 20:37:29 -07:00
- [#1482 ] Added support for replacing pre-existing animator controllers to `Merge Animator`
- [#1481 ] Added [World Scale Object ](https://m-a.nadena.dev/dev/docs/reference/world-scale-object )
2025-03-14 20:44:50 -07:00
- [#1489 ] Added [`MA MMD Layer Control` ](https://modular-avatar.nadena.dev/docs/general-behavior/mmd )
2025-03-09 19:26:51 -07:00
### Fixed
2025-03-12 20:24:35 -07:00
- [#1492 ] Fixed incorrect icon and logo assets in prior prerelease
2025-03-14 20:44:50 -07:00
- [#1489 ] Fixed compatibility issues between `Merge Blend Tree` or reactive components and MMD worlds.
See [documentation ](https://modular-avatar.nadena.dev/docs/general-behavior/mmd ) for details on the new handling.
2025-03-16 19:58:37 -07:00
- [#1501 ] Unity keyboard shortcuts don't work when editing text fields on the MA Parameters component
2025-03-16 20:37:02 -07:00
- [#1410 ] Motion overrides on synced layers are not updated for Bone Proxy/Merge Armature object movement
2025-03-16 20:58:05 -07:00
- [#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
2025-03-09 19:26:51 -07:00
### Changed
2025-03-10 21:09:27 -07:00
- [#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.
2025-03-11 18:51:47 -07:00
- [#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.
2025-03-15 12:54:15 +09:00
- [#1437 ] Create Toggle for Selection now creates submenus as necessary when multiple items are selected, and creates toggles as children.
2025-03-14 20:49:28 -07:00
- [#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.
2025-03-16 20:11:58 -07:00
- [#1502 ] `World Fixed Object` now uses `VRCParentConstraint` and is therefore compatible with Android builds
2025-03-09 19:26:51 -07:00
2025-03-10 05:19:45 +00:00
## [1.12.0-alpha.2] - [2025-03-10]
2025-03-10 03:56:45 +00:00
### Added
- Added CHANGELOG files
### Changed
- [#1476 ] Switch ModularAvatarMergeAnimator and ModularAvatarMergeParameter to use new NDMF APIs (`IVirtualizeMotion` and `IVirtualizeAnimatorController` )
2025-03-09 19:26:51 -07:00
## Older versions
Please see CHANGELOG.md