1.9.0-rc.0
Pre-release
Pre-release
·
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
NormalizedBlendValuesfromVirtualBlendTree
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]
VirtualAnimatorControllerwill adjust VRChat parameter drivers to preserve behavior when parameter types are changed - [#693]
VirtualAnimatorController.Parameterswill now cloneAnimatorControllerParameterobjects on get and set. - [#690] Now
UIElementLocalizerpreferslabelproperty overtextproperty
主な変更点
追加
VirtualBlendTree.NormalizedBlendValuesを追加
修正
SingleObjectQuery.ObserveTransformPositionの判定を修正- readonlyなメッシュでメッシュ処理が失敗し、プレビューが壊れる問題を修正
変更
VirtualAnimatorControllerでパラメーターの型を変更する際、VRChat の Parameter Driver を修正するように変更VirtualAnimatorController.Parametersがgetとsetの際にAnimatorControllerParameterオブジェクトを複製するように変更UIElementLocalizerがtextよりlabelを優先するように変更