All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added PlayBackwards() method (and Editor button).
- Added RestartBackwards() method (and Editor button).
- Added Rewind() method (and Editor button).
- Added UndoAndDispose() method.
- Changed view of Editor buttons. Become more compact and less intrusive. Tooltips added.
- Fixed an issue that you could not change animation parameters in the Play mode. Added a special button to recreate tweens.
- Fixed missing
com.unity.uguidependency in the package manifest. Not critical, but it's better to have it.
- Added installation instructions to the
README.md.
- Added support for
Unity 2021.2+(2022+was minimal before, and I personally do not recommend using of2021.1due to the editor problems in that period).
- Removed bold highlighting of Ease toggle.
- Fixed wrong behaviour of animation block in inspector on
Unity 2022.2-. - Fixed differences in properties layout before and after
Unity 2022.2. - Fixed versioning in the package.
- Fixed
CHANGELOG.mdformatting.
- Replaced
DOTweendependency from GUID to string linking, as it is more flexible.
- Initial release of the tool.