com.unity.timeline 1.6.0-pre.5

com.unity.timeline

Notes: processedReleased May 12, 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)

Features

  • Double click now toggles the collapsed state of group tracks.
  • A keyboard shortcut can now be mapped to expand or collapse group tracks.
  • Added `displayClipName` property to ClipDrawOption. Use `displayClipName` to display (true) or hide (false) the clip name.
  • New API added to `TimelineEditorWindow`: `TimelineNavigator`.
  • - Enables navigation between timelines and nested timelines through code for automation purposes.
  • - Gives access to Timeline window breadcrumbs.
  • *(Unity 2021.2+ only)* Added `Framelocked preview` option in Timeline preferences.
  • Added framerate display with standard framerates.
  • `TimelineAsset` framerate can be set with a `StandardFramerate` value. (`TimelineAsset.SetStandardFramerate`)

📈 Improvements

  • Timeline settings menu has been modified to use standard framerates in framerate submenu.
  • `TimelineAsset.fps` is obsolete and is replaced by `TimelineAsset.frameRate`.
  • `TimelineProjectSettings.assetDefaultFramerate` is obsolete and is replaced by `TimelineProjectSettings.defaultFramerate`.

🔧 Bug Fixes

  • Fixed issue where the "Navigate Right" (default key: `Right Arrow` ▶) would not behave consistently. The correct order of operations should now always be, in order: expand group, select first track of group, then select first item of the track.
  • Fixed frame display not rounding up correctly. (1333009)