What has changed?
DOTween Implementation
- Replaces the Coroutine functions inside the ControlButtonLegacy and ControlButton components.
- Using DOTween Tweens is more optimal than using Coroutines as it makes less to no garbage.
Others
- Updated
README.md
. - Simplified some code.
- Added
OnDisable()
methods to each script that calls their respectiveForceStopTouch()
methods that disables input. This can be handy for in preventing "stuck" inputs and visuals.
Full Changelog: 1.2.3...1.2.4