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
- “ArgumentOutOfRangeException“ error when selecting 'TMP_InputField' content using keyboard in WebGL build
- Spot Light with 'Box' Shape stops working when it collides with Mesh
- Accepting Asset Store EULA endless loop in Package Manager window
- “InvalidOperationException: Sequence contains no matching element“ error when reenabling a custom Debug Draw Mode
- Prefab that contains a layout group is marked as changed by the Editor when opened
Add comment