Skip to content

1.15.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Nov 06:26
· 236 commits to main since this release

Version 1.15.0-rc.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

  • [#1812] Scale Adjuster can now adjust the length of humanoid bones
  • [#1813] Fit Preview would fail to render physbones when they point to a transform other than themselves in some cases
  • [#1814] Fixed an issue where Fit Preview would break after changing target avatar
  • [#1814] Blocked the DEL key in Fit Preview windows to avoid accidental object deletion

Changed

  • [#1815] Modular Avatar will no longer garbage collect unused objects when they are referenced by an animation

主な変更点

Fixed

  • [#1812] Scale Adjuster でヒューマノイドリグのボーンの長さを変更できるようになりました
  • [#1813] Fit Previewで自分以外のトランスフォームを指定するPhysBoneを再生しない場合がある問題を修正
  • [#1814] 選択アバターを変えた後に Fit Preview が動作しなくなるバグを修正
  • [#1814] 間違ってオブジェクトを削除してしまう事故を防止するため、Fit Preview ウィンドウで DEL キーを無効化

Changed

  • [#1815] 不要な場合でも、アニメーションで操作されるオブジェクトを削除しないように変更