Skip to content

0.8.8

Compare
Choose a tag to compare
@dyonng dyonng released this 15 Mar 14:23
· 13 commits to main since this release

[0.8.8] 2023.03.15

Added

  • Tween Commands now return TweenIds so that you can control them individually.
  • Added ability to pause/resume/stop tweens individually using their tweenId;

Fixed

  • Generate and Destroy systems optimized to no longer try to schedule jobs without commands, reducing CPU overhead.