Skip to content

1.2.4 - Minor Adjustments with a Hint of Injection

Latest
Compare
Choose a tag to compare
@NeKoRoSYS NeKoRoSYS released this 23 Aug 08:02
· 1 commit to main since this release
df3a432

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 respective ForceStopTouch() methods that disables input. This can be handy for in preventing "stuck" inputs and visuals.

Full Changelog: 1.2.3...1.2.4