Search Issue Tracker
Fixed in 12.0.0
Votes
0
Found in [Package]
12.0.0
Issue ID
1344645
Regression
Yes
[VFX] Sanitize deletes some operators/blocks
The Sanitize process in Visual Effect Graph is leading to deleted operator.
Step to reproduce :
- Open the attached VFX in 2021.1 (11.x)
- Observe the four "GetSpawnCount"
- Open the attached VFX in 2021.1 (12.x)
- Observe the data loss
All sanitize operation which are creating a scriptable object are affected. The Sanitize process occurs during OnPreprocessAsset and all these created data are deleted after the callback.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
- Floating VFX Preview Window runs at extremely low performance compared to docked Preview Window
- A TypeError occurs in the WebGL build when using a custom WebGL Build Profile with the Decompression Fallback option enabled
- UI Element navigation using the arrow keys sometimes becomes unresponsive when a DualShock 4 controller is connected
- NullReferenceException error occurs when selecting a Script element in the UI Builder Hierarchy
Add comment