Skip to content

Releases: brunomikoski/Animation-Sequencer

0.5.4

09 Oct 21:13
a786134
Compare
Choose a tag to compare

Added

  • Added Set steps, which allows you to specifically set properties of your target at a certain point in your sequence, a good example is: You want to have an In animation and also Out but you want to make sure things looks correct when the animation start, you can now use this to set the properties. Right now only supports Transform, RectTransform Graphic and Image but I will extend this over time if turns out to be useful.

What's Changed

Full Changelog: v0.5.3...v0.5.4

0.5.3

26 Sep 21:15
28a13b4
Compare
Choose a tag to compare

Changed

  • Exposed the AnimationSteps from the AnimationSequencerController

Added

  • Add ReplaceTarget<GameObjectAnimationStep> that allows you to replace the target of a step by a new one, this is useful when you want to replace a step target by a prefab, or a new instance of the same object. This will replace the target of the step and all the actions that are using the same target of that specific type.
  • Add ReplaceTargets(params (GameObject original, GameObject target)[] replacements) that replaces all the original targets to the newTarget
  • Add ReplaceTargets(GameObject originalTarget, GameObject newTarget) to replace all the targets of the original target to the new target

Bug fixes and other tweaks

25 Jul 06:36
Compare
Choose a tag to compare

Refactior and other tweaks

01 Jun 12:32
Compare
Choose a tag to compare
Pre-release

What's Changed

  • TryGetStepAtIndex and TryGetActionAtIndex return null for last index by @lvgrecords in #65
  • Overall code quality improved, renamings applied and text animation a… by @hasanozen in #66

New Contributors

Full Changelog: v0.5.1...v0.5.5-pre

Bug fixes

23 Sep 07:56
Compare
Choose a tag to compare

Full Changelog: v0.5.0...v0.5.1
Fixed: #57

Tweaks and Settings

21 Sep 15:52
d6cb370
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

Fix 2020 issues

25 Aug 13:25
327087f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.9...v0.4.0

Unity 2021 support and better missing DOTween asmdef

21 Aug 19:05
081a713
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.8...v0.3.9

v0.3.8

21 Jun 07:12
6c6a1ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.7...v0.3.8

Del DOTween dependency from OpenUPM

07 Jun 14:05
355dccd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.6...v0.3.7