Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.0.0-pre.4
Issue ID
SEQ-775
Regression
No
Ctrl + z is not deleting newly created sequence when pressing ctrl + z
How to reproduce:
1. Open the attached project "New Unity Project (78).zip"
2. Open the Sequence window (Window>Sequencing>Sequences)
3. Create a new Sequence (press the plus sign>Create Master Sequence)
4. Press ctrl + z or command + z
Expected result: When pressing ctrl + z new Sequence will be deleted
Actual result: When pressing ctrl + z new Sequence still exists in the Sequences
Reproducible with: 1.0.0-pre.4, 1.0.0-pre.5, 1.0.0-pre.6, 1.0.0 (2020.3.15f2, 2021.1.16f1, 2021.2.0b6, 2022.1.0a5)
Could not test with: 2019.4.29f1 (No sequence window)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
- m_Modifications block serializes incorrectly when replacing source prefabs
- Multiple warnings are thrown when importing Terrain URP Demo Scene to the Project
- The Frame value field does not update when using the increment/decrement arrows in the Frame Debugger if the value has been manually inputted
Resolution Note:
Create and deletion of Sequences and Sequence Asset are intrinsically undoable operations as Unity (and Asset Database) doesn't support undo of asset creation and deletion on disk.