Fix requests and small improvements
Changed
- Exposed
AnimationSequencerController
methods to be virtual, so they can be extended. - Removed the
sealed
fromAnimationSequencerControllerCustomEditor
so allow custom editors as well. - Refactor the Play / Forward / Backward setup, to be easier to understand and use
- Added
autoKill
setting on the sequence settings, to allow back and forward play easily;