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
- Tilemap Collider 2D is not updating the Collider shapes when removing Tiles on the Tilemap component
- Inspector with the scrollbar is unusable when Material properties are edited and the scene is saved
- The Rendering Profiler module statistics are zero when Application.targetFrameRate is set
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
Add comment