Search Issue Tracker
By Design
By Design in 2023.2.X
Votes
0
Found in
2020.3.45f1
2021.3.19f1
2022.2.8f1
2023.1.0b5
2023.2.0a3
Issue ID
UUM-27703
Regression
No
Undo operations are created when using the “SceneVisibilityManager” commands “DisablePicking” and “Hide”
How to reproduce:
1. Open the user’s attached “TestBug.zip” project
2. Enter Play Mode
3. In the Hierarchy, select the “PickingCube” GameObject and change its position, then press undo
Expected result: “PickingCube” GameObject position is reverted
Actual result: “PickingCube” GameObject position is not reverted
Reproducible with: 2020.3.45f1, 2021.3.19f1, 2022.2.8f1, 2023.1.0b5, 2023.2.0a3
Reproduced on: macOS 12.4 (Intel)
Note: Disable picking icons are appearing and disappearing in the Hierarchy 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
- "IndexOutOfRangeException" and "NullReferenceException" are thrown and Element disappears from UI Builder when undoing rename of element in "Open Instance in Context" menu
- Select Scriptable Object window freezes and becomes unresponsive when currently opened UXML Template is selected for binding's Data Source
- [Linux] “ReleaseButton expects buttonId >= 0” error is thrown when importing Assets via drag and drop
- Asset gets unselected and added Subgraphs list item is not undone when performing Undo in Heatmap with Default Values asset Inspector
- Black square “shadow” artifacts visible when using Screen Space Reflections without maximum smoothing
Resolution Note:
It is by design that the SceneVisibility functions are recording actions to the undo stack.
I have opened a feature ticket to follow up on a means to bypass undo via code.
Resolution Note (2023.2.X):
It is by design that the SceneVisibility functions are recording actions to the undo stack.
I have opened a feature ticket to follow up on a means to bypass undo via code.