Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 744 Bytes

File metadata and controls

28 lines (19 loc) · 744 Bytes

Release Notes

v0.1

Features

  • Create & Edit animation sequence
  • 3 demo scenes
  • Edit & test animation at runtime
  • Custom editor for sequence, animation

Looping : Stop,Reset,Loop,Accumulate

supported : Translation,Rotation,Scale,Color (also for UI)

two types of ScriptableObjects AnimationData, Sequence

sequence can embed a set object states : use to override local items states (no need to position items)

Future

remove AnimationData, use only Sequence

use reorderable list in sequence

a sequence can be appended to a sequence.

support more properties

abstract visualization of sequence to be understood in one image

save passive objects states (masks) ?

use reflection for generic approach ?