New Features
-
Added an animation preview feature for Instant Animator. It is now exposed as a public function that returns
MilInstantAnimator. A “Debug” button will appear in the Inspector, allowing you to test animations directly without entering Play Mode (this feature is still experimental). -
Added support for boolean state expressions. For example, you can define the state of an Image with an expression like:
Image.color == Color.white && Image.rectTransform.localScale = Vector3.one
For more details, see: https://milease.milthm.dev/docs/state-animator/state-expression
-
Added Transformation Manager.
For more details, see: https://milease.milthm.dev/docs/experimental/transformation -
Added Grid List View.
Improvements & Fixes
- Improved the build efficiency of the animator.
- Expanded the ListView API, adding item query APIs and automatic scroll range clamping for the scroll method.
- Expanded the Instant Animator API, adding support for checking whether it is currently playing, as well as wait APIs for async operations and coroutines.
- Adjusted runtime log levels and verbosity.
- Fixed several issues in the installation wizard.