com.unity.timeline 1.4.0-preview.7

com.unity.timeline

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

Features

  • Added base classes to define custom actions:
  • - `TimelineAction`
  • - `TrackAction`
  • - `ClipAction`
  • - `MarkerAction`
  • Added the following attributes that can be used with action classes:
  • - `ApplyDefaultUndo` to automatically manage undo operations.
  • - `ActiveInMode` to control in which Timeline mode the action is valid.
  • - `MenuEntry` to add the action to the context menu.
  • - `TimelineShortcut` can be added to a static method to invoke the action with a shortcut.
  • `Action` to invoke actions using Timeline's selection or context.
  • `MenuOrder` contains menu priority values, to be used with `MenuEntry`.
  • `TimelineModes` to specify in which mode an action is valid, to be used with `MenuEntry`.
  • `ActionContext` to provide a context to invoke `TimelineAction`s.
  • `ActionValidity` to specify is an action is valid for a given context.
  • `UndoExtension` to manage undo operations with common Timeline types.

📈 Improvements

  • Improved Timeline window UI performance.

🔧 Bug Fixes