Skip to content

1.12.4

Choose a tag to compare

@github-actions github-actions released this 10 Apr 03:16
· 456 commits to main since this release

Version 1.12.4

Notable changes

Fixed

  • [#1552] Merge Blend Tree failed to correct parameter types when the main avatar FX layer contained an int or bool
    parameter with the same name as one used in the blend tree.
  • [#1553] Reactive components might generate states with incorrect write default settings

Changed

  • [#1551] Merge Animator will always set WD ON for single-state blendtree layers with no any state transitions.
    • This fixes compatibility issues with assets which relied on the prior behavior.

Fixed (via NDMF version update)

  • NDMF plugins that modify animators would cause AnimatorLayerControl behaviors to be lost
  • Animator Play Audio paths are not correctly remapped in Merge Animator

主な変更点

Fixed

  • [#1552] Merge Blend Treeにて、メインアバターFXレイヤーと同じ名前のintやboolパラメーターがBlend Treeに含まれている場合、
    パラメーター型が修正されない問題を修正
  • [#1553] リアクティブコンポーネントが生成するステートに、WD設定が正しくない問題を修正

Changed

  • [#1551] Merge Animatorは、遷移のない単一のstateを持つブレンドツリーのレイヤーに対して常にWDをONに設定します。
    • 一部、以前の挙動に依存したアセットとの互換性を向上させるための変更です。

NDMFバージョン更新で修正

  • アニメーターを直接操作するNDMFプラグインがある場合、AnimatorLayerControlのbehaviorが消失される問題
  • Animator Play AudioのパスがMerge Animatorで修正されない問題