From c55fba8ab2a1c9d3df65eda4a5a1e957f4aa1f78 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 19 Apr 2020 17:19:32 -0400 Subject: Inital commit --- .../com.unity.timeline@1.2.13/Documentation~/trk_delete.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/trk_delete.md (limited to 'Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/trk_delete.md') diff --git a/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/trk_delete.md b/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/trk_delete.md new file mode 100644 index 0000000..208c728 --- /dev/null +++ b/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/trk_delete.md @@ -0,0 +1,13 @@ +# Deleting tracks + +Delete a track to remove the track, its clips, blends, and properties from the Timeline window. This is a destructive action that modifies a Timeline Asset and affects all Timeline instances based on the Timeline Asset. + +There are many ways to delete tracks: + +* Select a track and press the **Delete** key (or hold **Command** and press **Delete**). +* Select a track. Right-click an empty area in the Track list and select **Delete** from the context menu. +* Right-click a track and select **Delete** from the context menu. + +Deleting an Animation track also deletes the recorded Infinite clips for Animation clips that were converted from Infinite clips. The Project window may still show recorded Infinite clips as children of a Timeline Asset because it is not updated until you save the Scene or Project. + +You cannot delete a locked track. -- cgit v1.2.3