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.
- Updated
CHANGELOG.md.
- Removed support for Unity versions older than the latest patch of the earliest Unity 6 LTS (6.0.81).
- Fixed tooltips for the runtime editor buttons and updated some icons.
- Added PlayBackwards() method (and Editor button).
- Added RestartBackwards() method (and Editor button).
- Added Rewind() method (and Editor button).
- Added UndoAndDispose() method.
- Changed the look of the Editor buttons. They are now more compact and less intrusive. Added tooltips.
- Fixed an issue where you could not change animation parameters in 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 the minimum before, and I personally do not recommend using2021.1due to editor problems in that period).
- Removed bold highlighting of the Ease toggle.
- Fixed incorrect behaviour of the animation block in the inspector on
Unity 2022.2-. - Fixed differences in properties layout before and after
Unity 2022.2. - Fixed versioning in the package.
- Fixed
CHANGELOG.mdformatting.
- Changed the
DOTweendependency from GUID to string linking, as it is more flexible.
- Initial release of the tool.