Search Issue Tracker
By Design
Votes
0
Found in
2020.2.0a17
Issue ID
1261137
Regression
No
Undo option in the menu->Edit almost always shows wrong numbers when duplicate or copy/paste GOs
How can we reproduce it
1 Create new project
2 Go to Hierarchy and create 10 Game Objects - e.g. Cubes
3 Select those 10 GOs and Duplicate them (by Context menu->Duplicate or simply pressing Ctrl+D)
4 Go to Main menu->Edit and check what is written in Undo option
Expected results: should be "Undo Paste Cube (10)"
Actual result: the number in brackets is usually wrong - for 10 Cubes it usually states "Undo Paste Cube (9)"
- repeat the same actions with more than 10 GOs and the difference will be bigger (Undo option always shows less GOs) - please see screenshot in comments
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2020.2.9f1):
The menu shows the last undoable object that was duplicated, not the number of object that were duplicated. Whatever object was last in you selection, it's name will be shown in the menu. For example, if you duplicate an object 10 times and select all of them from top to bottom, the last object in your selection will probably be Cube (9) because unity tries to make the object name unique by adding a number at the end.