com.unity.timeline 1.7.0-pre.1

com.unity.timeline

Notes: processedReleased November 5, 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

  • Added TimelinePlaybackControls Editor API:
  • - The Playback controls API lets you drive the Timeline Window playback controls from code. From this API, you can
  • - Change the current Time/Frame
  • - Query the current Time/Frame
  • - Start/Stop playback of the currently shown Timeline
  • - Go to First or Last frame
  • - Go to previous or next frame.
  • - Use it to accelerate your workflow, or build your own workflows on top of Timeline.

📈 Improvements

  • License file header changed from "Timeline copyright © 2021 Unity Technologies ApS" to "Timeline copyright © 2021 Unity Technologies"

🔧 Bug Fixes

  • Fixed issue where a warning would appear in 2022.1 regarding `AnimationWindowState.SnapMode`.
  • [Requires Unity 2021.2] Fixed an issue where the last frame of a Timeline was not guaranteed to be executed when the Playable Director had Wrap Mode `None`.
  • Fixed an issue where the Timeline Window's UI would not update until the user clicked in the window if the TimelineAsset's file contents were changed on disk, such as during a version control operation 1357110