com.unity.timeline 1.4.5

com.unity.timeline

Notes: processedReleased November 24, 2020

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 issue where changing a clip's extrapolation values would clear the current clip selection. (936046)
  • Fixed multiple issues related to the curves view:
  • - Fixed curve removal not functioning with `PlayableAsset`s (clips & tracks curves). (1231002)
  • - Fixed inconsistent icon display on curves.
  • - Fixed incorrect ordering of properties. Properties now have a object/type/property ordering.
  • - Fixed unnecessary grouping of fields.
  • - Changed context menu from `Remove Properties` to `Remove Curves` to better reflect the change in functionality between curves for GameObjects and curves for `PlayableAssets`.
  • - Fixed behaviour where removing a single field in a `Position`, `Rotation` or `Scale` group would remove the entire group.
  • Fixed case where pausing in Playmode and switching the active director in editor could pause the director. (1263707)
  • Material properties are now displayed by their shader name in the curves view when possible. (1115961)
  • Fixed issue where a signal could be pasted on a track that doesn't support notifications. (1283763)
  • Fixed issue where a clip could be paseted on an incompatible track. (1283763)
  • Fixed errors when leaving prefab mode when a timeline is opened. (1280331)
  • No preview will be shown when the PlayableDirector is disabled. (1286198)
  • Fixed issue where an infinite clip's `Foot Ik` property was not visible in the Inspector when selecting its track. (1279824)
  • Fixed issue where child particle systems were not controlled correctly when they are not subemitters. (1212943)
  • Fixed inconsistent recording behaviour on audio tracks and `PlayableAssets`. Default values are changed when a value is not recorded, and the key added/updated when a value is already animated. (1283453)
  • Fixed issue where the curves view for tracks and `PlayableAsset`s would not update when changed externally (such as from the Animation window).
  • Fixed `Add Key`/`Remove Key` context menus not being properly enabled in some cases when using tracks and `PlayableAsset`s.
  • Fixed simulation of subemitters when scrubbing a timeline. (1142781)
  • Fixed choppy playback of particles with a large fixed time step. (1262234)