Releases: brunomikoski/Animation-Sequencer
Releases · brunomikoski/Animation-Sequencer
0.5.4
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 anIn
animation and alsoOut
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 supportsTransform
,RectTransform
Graphic
andImage
but I will extend this over time if turns out to be useful.
What's Changed
- add: more meta changes by @brunomikoski in #70
Full Changelog: v0.5.3...v0.5.4
0.5.3
Changed
- Exposed the
AnimationSteps
from theAnimationSequencerController
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
Full Changelog: v0.5.1...v0.5.2
Refactior and other tweaks
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
- @lvgrecords made their first contribution in #65
- @hasanozen made their first contribution in #66
Full Changelog: v0.5.1...v0.5.5-pre
Bug fixes
Full Changelog: v0.5.0...v0.5.1
Fixed: #57
Tweaks and Settings
What's Changed
- Feature/support for regular animation by @brunomikoski in #56
Full Changelog: v0.4.0...v0.5.0
Fix 2020 issues
Unity 2021 support and better missing DOTween asmdef
What's Changed
- Feature/do tween script defining symbol by @brunomikoski in #52
Full Changelog: v0.3.8...v0.3.9