com.unity.timeline 1.8.0
Notes: processedReleased November 10, 2022
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 field on DirectorControlPlayable: pauseAction. This property controls whether the director is paused or stopped when the playable is paused.
- Added field on ControlPlayableAsset: directorOnClipEnd. This asset property is passed to DirectorControlPlayable.pauseAction when the DirectorControlPlayable is created.
🔧 Bug Fixes
- Fixed an issue where menu items related to track, marker and clip types in contextual menus would be in arbitrary order in some versions of Unity. Menu items related to types will now be sorted based on their full names, including the assembly name.
