Sprite Animations Versions Save

A smooth and intuitive way to work with sprite sheets in Unity.

v2.3.4

1 month ago

2.3.4 (2024-04-02)

Bug Fixes

v2.3.3

5 months ago

2.3.3 (2023-12-04)

Bug Fixes

  • Types issue caused by v2.3.2 changes. (cdb3c8c)

v2.3.2

5 months ago

2.3.2 (2023-12-04)

Bug Fixes

  • Impeditive bug when building (7fa3353)

v2.3.1

6 months ago

2.3.1 (2023-11-06)

Bug Fixes

  • samples and unwanted logs (579abe5)

v2.3.0

6 months ago

2.3.0 (2023-11-06)

Features

  • CompositeAnimator: composite animator works. (80f8ea5)

v2.2.0

6 months ago

2.2.0 (2023-11-06)

Features

  • AnimationsManager: Composite Animation. (ebaa09f)

v2.1.0

6 months ago

2.1.0 (2023-11-01)

Animations Templates and OnDemand are here!

Every animation now can be created on demand at runtime. Also, every animation can serve as template to create other animations at runtime!

Features

  • animations: Templates and OnDemand (048dc67)
  • SingleCycle: Single Cycle as Template (1dd82d6)
  • SpriteAnimation: open manager button (3647720)
  • SpriteAnimation: single animation manager (f37cfc4)

v2.0.2

6 months ago

2.0.2 (2023-10-31)

Bug Fixes

  • animations manager losing reference (8c0ddfd)

v2.0.1

6 months ago

2.0.1 (2023-10-28)

Bug Fixes

  • CR: Correcting samples folder problem with continuous (75a04e5)

v2.0.0

6 months ago

We now have Combo Animations!

BREAKING CHANGES:

  • The animations made in previous versions will not work due to a change in how cycles calculate their own stuff (frames, duration and etc). For that they need their animation to be injected when they are created and previous animation did not do that.
  • SingleAnimation is now called SingleCycleAnimation in order to stablish a more clear understanding of how it works upon reading its name.

2.0.0 (2023-10-28)

Bug Fixes

  • AnimationsManager: the combo animation window (1870992)

Features

  • animation: created the combo animation structure. (df4c403)
  • AnimationManager: combo animation manager window (1cada17)
  • AnimationsManager: caches the last location used (8ba4d1c)
  • performer: combo animator is now working. (ac409ee)

BREAKING CHANGES

  • performer: The simple animations are now called SingleCycle, as well as all features related. Animations previously made will need to be recreated as the Animations Manager now injects the animations into its cycles in order to allow the cycle to perform its own frame calculations.