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
- Spots of bad lighting appear on assets when the lighting is generated in a Scene
- Static Editor Flags dropdown list is cut off when Inspector Window is docked to the very right and UI Scaling is set to a higher value
- visionOS Players are minimized when Guided Access is turned on
- Licensing Client fails to launch when opening Unity Hub
- Sprite Atlas Inspector preview disappears when entering Play mode unless SpriteAtlasMode is set to "Sprite Atlas V2 - Enabled"
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.