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
- Crash on GenerateTextureAndSpriteRectDataFromAtlasMask when clicking "Pack Preview" after packing an Asset into Sprite Atlas
- Backed Ambient Occlusion strength does not change when the alpha value is changed in the custom MetaPass file
- Animation is played on a loop even though "TileAnimationFlags.LoopOnce" is used when selecting the Timemap in Editor
- [M1] Some UI Builder StyleSheet labels are not displayed when using macOS M1 machine
- [URP] Fallback material is not being used when Camera is not being moved
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.