1.12.0-alpha.1
Pre-release
Pre-release
·
531 commits
to main
since this release
What's Changed
- fix: NullReferenceException in GetReplacementPath by @bdunderscore in #1452
- fix: incorrect initial state for inverted Shape Changers by @bdunderscore in #1458
- fix: Added support for the
PreviewModebuilt-in parameter by @bdunderscore in #1466 - fix: incorrect initial states for Shape Changer by @bdunderscore in #1464
- fix: incorrect first layer weights in Merge Animator by @bdunderscore in #1473
- fix: MA Rename Parameters did not rename parameters on state to state transitions by @ReinaS-64892 in #1468
- fix: Use
localOnlyinstead ofsyncType = NotSyncedwhen importing parameter asset by @ColorlessColor in #1460 - Translation updates
主な変更点
- fix: GetReplacementPathでのNullReferenceExceptionを修正
- fix: Shape Changerの条件反転時の初期状態が不正な問題を修正
- fix:
PreviewModeビルトインパラメーターに対応 - fix: Shape Changerの初期状態が不正な問題を修正
- fix: Merge Animatorで最初のレイヤーのウェイトが不正な問題を修正
- fix: MA Rename Parametersがステート間トランジションのパラメーター名を変更しない問題を修正
- fix: パラメーターアセットのインポート時に
syncType = NotSyncedの代わりにlocalOnlyを使用するように修正 - 翻訳の更新
New Contributors
- @ColorlessColor made their first contribution in #1460
Full Changelog: 1.12.0-alpha.0...1.12.0-alpha.1