Skip to content

1.10.0-rc.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Sep 05:07
· 730 commits to main since this release

What's Changed

  • feat: add support for drag-and-drop on the MA Object Toggle inspector by @bdunderscore in #1087
  • feat: Menu Item can now assign values automatically by @bdunderscore in #1098
  • chore: set delete attached animator to true by default on MAMergeAnimator by @bdunderscore in #1092
  • fix: clearing conflicted MenuItem.isDefault affects unrelated MenuItems by @nekobako in #1089
  • fix: avatar masks are not rewritten when merging animators by @bdunderscore in #1093
  • fix: Some MenuItemCoreGUI properties do not refresh when rendered in parent menu inspector by @bdunderscore in #1094
  • ui: improve handling of saved/synced checkboxes on MenuItems with sibling items by @bdunderscore in #1095
  • fix: ArgumentNullException when selecting multiple Menu Item with same settings by @nekobako in #1097
  • fix: performance issues when Reactive Component Simulator is open for too long by @bdunderscore in #1101
  • fix: deactivating an inactive menu item doesn't work as expected by @bdunderscore in #1102
  • fix: menu item override is not shown in sim for autoprop boolean toggles by @bdunderscore in #1104
  • fix: menu items with no default fail to generate animator controller parameter entries by @bdunderscore in #1105

主な変更点

  • 機能追加:MA Object Toggle インスペクターでドラッグ&ドロップを実装 in #1087
  • 機能追加:Menu Itemが自動的に値を割り当てることができるようになった in #1098
  • 変更:MA Merge Animatorの初期設定で「付属Animatorを削除」をtrueに変更 in #1092
  • 修正:競合したMenuItem.isDefaultをクリアすると、無関係のMenuItemにも影響する問題を解決 in #1089
  • 修正:Animatorをマージする際にアバターマスクが書き換えられない問題を解決 in #1093
  • 修正:親メニューのインスペクターで表示される一部のMenuItemCoreGUIプロパティが更新されない問題を解決 in #1094
  • UI改善:兄弟アイテムのあるMenu Itemの保存/同期チェックボックスの処理を改善 in #1095
  • 修正:同じ設定を持つ複数のMenu Itemを選択した際のArgumentNullExceptionを解決 in #1097
  • 修正:Reactive Component Simulatorを長時間開いたままにした際のパフォーマンス問題を解決 in #1101
  • 修正:非アクティブなメニューアイテムを無効化しても期待通りに動作しない問題を解決 in #1102
  • 修正:自動プロパティのブーリアントグルでメニューアイテムのオーバーライドボタンがシミュレーターに表示されない問題を解決 in #1104
  • 修正:デフォルト値のないメニューアイテムでアニメーターコントローラーのパラメーターが追加されない問題を解決 in #1105

Full Changelog: 1.10.0-rc.3...1.10.0-rc.4