Search Issue Tracker
Fixed
Fixed in 2022.3.13f1, 2023.1.20f1, 2023.2.0b17, 2023.3.0a13
Votes
0
Found in
2022.2.9f1
2023.1.0b6
2023.2.0a6
2023.3.0a1
Issue ID
UUM-29244
Regression
Yes
[VFX Graph] Undoing actions results in incorrect values instead of returning values from previous state
How to reproduce:
# Create a new particle system
# Add a set position block in initialize
# Drag-change the value
# Press Ctrl+Z/CMD+Z to undo an action
Expected result: Value is restored to 0
Actual result: Value is 0.03
Notes:
- This also affect other blocks and fields
- When continuously undoing actions error is thrown - {color:#e8912d}System.Exception: Unable to retrieve current state at : 14 (max 24) at UnityEditor.VFX.UI.VFXGraphUndoStack.RestoreCurrentGraphState{color}
- {color:#172b4d}Undo History is also affected{color}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Add comment