com.unity.timeline 1.5.7

com.unity.timeline

Notes: processedReleased October 21, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.3

Package Dependencies

  • com.unity.modules.animation (1.0.0)
  • com.unity.modules.audio (1.0.0)
  • com.unity.modules.director (1.0.0)
  • com.unity.modules.particlesystem (1.0.0)

🔧 Bug Fixes

  • Fixed an issue where the Timeline Window would not work correctly with read-only source controlled files.
  • Fixed an issue where copy-pasting Timeline Clips that contain Generic Lists of ExposedReferences. (1332377)
  • Removed GC allocations in PlayableDirector.duration when a timeline asset is assigned. (1299818)
  • Fixed an issue where the a MissingReferenceException would be thrown when an IAnimationWindowPreview component previewed by Timeline would be destroyed. (1367640)
  • Fixed an issue where the "Match Content" action would not apply on all selected clips.