Skip to content

1.9.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 23:24
· 147 commits to main since this release

Version 1.9.0-rc.0

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

Notable changes

Added

  • Expose NormalizedBlendValues from VirtualBlendTree

Fixed

  • [#675] Fixed comparison function in SingleObjectQuery.ObserveTransformPosition
  • [#692] Fixed issues where mesh manipulation would fail on readonly meshes, potentially breaking the preview system
    entirely.

Changed

  • [#693] VirtualAnimatorController will adjust VRChat parameter drivers to preserve behavior when parameter types are changed
  • [#693] VirtualAnimatorController.Parameters will now clone AnimatorControllerParameter objects on get and set.
  • [#690] Now UIElementLocalizer prefers label property over text property

主な変更点

追加

  • VirtualBlendTree.NormalizedBlendValues を追加

修正

  • SingleObjectQuery.ObserveTransformPositionの判定を修正
  • readonlyなメッシュでメッシュ処理が失敗し、プレビューが壊れる問題を修正

変更

  • VirtualAnimatorController でパラメーターの型を変更する際、VRChat の Parameter Driver を修正するように変更
  • VirtualAnimatorController.Parameters がgetとsetの際に AnimatorControllerParameter オブジェクトを複製するように変更
  • UIElementLocalizertext より label を優先するように変更