1.9.1
What's Changed
- fix: compatibility break with animator defaults by @bdunderscore in #686
- MA Parameters will only update the default parameter values of the animator controller itself if either the parameter type is "Animator Only", or you check the new "Override Animator Defaults" option.
- Note: This introduces a new saved field, meaning that data created in 1.9.1 will lose data (the override animator defaults setting) if brought back to 1.9.0, which would not normally be allowed at a patch release by semver; this is done to address a more critical compatibility break.
主な変更点
- fix: アニメーター初期値による、互換性問題を修正 by @bdunderscore in #686
- MA Parametersがアニメーター自体の初期値をいじるのは、「アニメーターのみ」型のパラメーターか、新規で追加された「アニメーターの初期値を設定」を有効にした場合のみになりました
- なお、semverで普段では許されない、パッチリリースでの保存情報の変更が入っているため、1.9.1で作成したデータを1.9.0に持っていくとデータに軽微な破損が起きる(アニメーターの初期値を設定、の値が忘れられる)可能性があります。より深刻の互換性問題を修正するための妥協策です。
Full Changelog: 1.9.0...1.9.1