Search Issue Tracker
Fixed
Fixed in 2022.3.11f1, 2023.3.0a10
Votes
0
Found in
2021.3.30f1
2022.3.10f1
2023.1.15f1
2023.2.0b11
2023.3.0a7
Issue ID
UUM-52220
Regression
No
Editor loads for a long time when doing an Undo action in a large Shader Graph
Reproduction steps:
1. Open the attached "PROJECTFILE" project
2. Open the "Assets/ShaderGraph.shadergraph" file
3. Move any Node in the “ShaderGraph” window
4. Perform the Undo action (macOS: command+z, Windows: ctrl+z)
Expected result: The Undo action is performed without a long Editor loading time
Actual result: Editor starts to load and completes the Undo action after several minutes
Reproducible with: 2021.3.30f1, 2022.3.10f1, 2023.1.15f1, 2023.2.0b11, 2023.3.0a7
Reproducible on: macOS 13.6 (M1 Max)
Not reproducible on: No other environment tested
Note: With version 2023.1.15f1 the Undo action is performed quicker compared to the other mentioned versions
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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Resolution Note (fix version 2022.3.11f1):
We should see an order of magnitude improvement to undo/redo times. Unfortunately, the undo/redo performance is based on the size of the graph and not the action itself. On very large graphs, we still recommend breaking them down into subgraphs where appropriate.