Skip to content

1.13.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Apr 04:02
· 447 commits to main since this release

Version 1.13.0-alpha.1

This is a prerelease version. There may be bugs, and API compatibility is not yet guaranteed.
Please: BACK UP YOUR PROJECTS

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

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

Changed

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