Skip to content

1.10.8

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 03:58
· 29 commits to main since this release

What's Changed

  • Use VRCParentConstraint instead of constraint hack for world fixed objects when available by @JLChnToZ in #1326
  • fix: Setting MA Menu Item to use an "auto" value when the parameter is controlled by MA Parameters and is bool breaks by @bdunderscore in #1345
  • fix: parameters become synced when merging Animator Only + local only by @bdunderscore in #1347
    • This fixes some compatibility issues with VirtualLens2
  • fix: empty MA Parameters names break MA Menu Item's UI by @bdunderscore in #1346
  • feat: allow multi-edit of "Is Default" when parameter names are empty by @bdunderscore in #1350

主な変更点

  • ワールド固定オブジェクトに対して、可能な場合はVRCParentConstraintを使用するように変更 #1326 (@JLChnToZ)
  • 修正: MA Parametersによってboolパラメータが定義されている際に、MA Menu Itemで自動値を使用すると正しく動作しない問題を修正 #1345 (@bdunderscore)
  • 修正: AnimatorOnlyと非同期パラメータがマージされると同期されてしまう問題を修正 #1347 (@bdunderscore)
  • これでVirtualLens2との互換性の問題を修正
  • 修正: MA Parametersの名前が空の場合にMA Menu ItemのUIが壊れる問題を修正 #1346 (@bdunderscore)
  • 機能追加: パラメータ名が空の場合で「初期設定にする」の一括編集を可能に #1350 (@bdunderscore)

Full Changelog: 1.10.7...1.10.8