Skip to content

1.14.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Sep 13:23
· 296 commits to main since this release

Version 1.14.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

Added

  • [#1743] VF By Mask now supports non-read-write mask textures

Fixed

  • [#1753] When using Vertex Filter By Axis and Scale Adjuster together, the preview and build result might differ
  • [#1750] Modular Avatar would generate too many Head Chop components in some cases, breaking the build
  • [#1751] When scaling a bone to zero using Scale Adjuster, an exception would be thrown, and the relative position
    of child bones might not be preserved.

主な変更点

Added

  • [#1743] VF By Mask が、Read-Writeがついていないマスクテクスチャにも対応しました。

Fixed

  • [#1753] Vertex Filter By AxisScale Adjuster を併用する場合、プレビューとビルドの結果が異なる問題を修正
  • [#1750] Head Chop コンポーネントを作りすぎて、ビルドの失敗につながる場合がある問題を修正
  • [#1751] Scale Adjuster でボーンのスケールをゼロにした場合、例外が発生し、子オブジェクトの位置関係が保持できない問題を修正