Skip to content

1.17.0

Choose a tag to compare

@github-actions github-actions released this 11 May 03:12
· 135 commits to main since this release

Version 1.17.0

Notable changes

Added

  • [#1941] Added MA Floor Adjuster
  • [#1932] Patched a VRCSDK bug which caused the expressions menu editor to hang
  • [#1924] Added a watchdog to limit time spent in menu GUI rendering to help diagnose an issue
  • [#1915] Added Match scale option to MA Bone Proxy
  • [#1919] Added multi-select support for blendshape picker window (Shape Changer, Blendshape Sync, VF By Shape)
  • [#1974] Added support for VRCRaycast components and parameters in MA Parameters

Fixed

  • [#1936] Fixed EditorGUI.showMixedValue not being reset after use in inspector GUIs, which could affect other editor extensions
  • [#1926] Revisions to the Japanese FAQ page
  • [#1921] Fixed additional false positives in the non-constant curve check
  • [#1973] Fixed an issue causing compilation errors when importing into World Project

Changed

  • [#1939] The "non-constant curves" warning now appears only on the Merge Motion inspector UI, instead of as part of the build report.

主な変更点

Added

  • [#1941] MA Floor Adjuster を追加
  • [#1932] Expressions Menuのインスペクターが固まるVRCSDKのバグを迂回
  • [#1924] メニュー描画時間に時間制限を設けた(一時的なデバッグ処置です)
  • [#1915] MA Bone Proxyスケールを合わせる オプションを追加
  • [#1919] ブレンドシェイプ選択ウィンドウで複数選択に対応(Shape Changer、Blendshape Sync、VF By Shape)
  • [#1974] MA ParametersVRCRaycast に対応

Fixed

  • [#1936] インスペクターGUIでの EditorGUI.showMixedValue が使用後にリセットされない問題を修正しました(他のエディタ拡張に影響を与える可能性がありました)
  • [#1926] 日本語版FAQページの改訂
  • [#1921] MA Merge Blend Tree で非定数のカーブが含まれるクリップを検出する際の誤検出を修正
  • [#1973] ワールドプロジェクトへのインポート時にコンパイルエラーが発生する問題を修正

Changed

  • [#1939] Merge Motion における、時間で変動する値がある場合に表示される注意は、ビルド後に現れるリポートからインスペクターUIに移動しました。