Skip to content

1.10.0-rc.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Sep 02:46
· 714 commits to main since this release

What's Changed

  • fix: nested parameters do not properly handle the "saved" setting by @nekobako in #1130
  • fix: warning when object name contains "." by @nekobako in #1123
  • fix: previewing Object Toggle targets Renderers other than MeshRenderer by @nekobako in #1112
  • fix: NullReferenceException when opening RO Simulator for default Menu Item by @nekobako in #1107
  • fix: can't unset the default value for bool parameters by @nekobako in #1121
  • fix: object paths are not rewritten in sync layers by @RayLight1732 in #1135
  • fix: add Rigify(metarig) bone mapping pattern by @c-colloid in #1131
  • fix: add null checks to ScaleAdjusterPreview by @Rerigferl in #1116
  • fix: plugins that add Menu Item may break in non-playmode builds by @nekobako in #1114
  • fix: multiple issues with auto parameter value assignment by @bdunderscore in #1136
  • fix: exception thrown when opening prefab override ui by @nekobako in #1141
  • fix: NullReferenceExceptions from ShapeChangerPreview by @bdunderscore in #1143
  • ui: Enhance default value field by @nekobako in #1125
  • ui: Refine some UI by @nekobako in #1119

主な変更点

  • 修正:ネストされたパラメーターが「保存」設定を適切に処理しない問題を解決 in #1130
  • 修正:オブジェクト名に「.」が含まれる場合の警告を解決 in #1123
  • 修正:Object Toggleのプレビューが、MeshRenderer以外のRendererも処理しようとしてしまう問題を解決 in #1112
  • 修正:初期値状態のMenu ItemでROシミュレーターを開く際のNullReferenceExceptionを解決 in #1107
  • 修正:boolパラメーターのデフォルト値を解除できない問題を解決 in #1121
  • 修正:同期レイヤーでオブジェクトパスが書き換えられない問題を解決 in #1135
  • 修正:Rigify(metarig)のボーンマッピングパターンを追加 in #1131
  • 修正:ScaleAdjusterPreviewにnullチェックを追加 in #1116
  • 修正:Menu Itemを追加するプラグインが非プレイモードビルドで動作しない問題を解決 in #1114
  • 修正:自動パラメーター値割り当ての複数の問題を解決 in #1136
  • 修正:プレハブオーバーライドUIを開く際の例外を解決 in #1141
  • 修正:ShapeChangerPreviewからのNullReferenceExceptionを解決 in #1143
  • UI改善:デフォルト値フィールドを強化 in #1125
  • UI改善:いくつかのUIを洗練 in #1119

New Contributors

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