Skip to content

v0.3.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@gabrieldechichi gabrieldechichi released this 19 Sep 04:15
· 9 commits to main since this release
c316d1e

[0.3.2] – 2022-9-18

Added

  • Gracefully blend between multiple One Shot transitions
  • Improvements to AnimationClip editor
    • Timeline
    • Camera orbit
  • Unit and Performance Tests

Changed

  • Internal refactors and cleanups:
    • Handling of Animation States now separate from State Machine (see UpdateAnimationStates)
    • Clip Sampling now separate from State Machine (see ClipSamplingSystem)
    • Generalize Blending of States (see BlendAnimationStatesSystem)
    • Other bug fixes