Search Issue Tracker
Fixed in 2022.2.0b15
Fixed in 2023.1.0a16
Votes
0
Found in
2023.1.0a9
Issue ID
UUM-554
Regression
No
[VFX Graph] VFX Graph is not correctly replaced by the graph with the same name
How to reproduce:
1. Create a new VFX graph
2. Delete 'Simple Particle System' from the graph and add 'Heads and Sparks' system to the graph
3. Save the graph
4. Create a new Graph and open it
5. Delete newly created Graph from project browser in order to get empty VFX window
6. Create a new VFX using 'Create a new Visual Effect Graph' button with the same name as first created VFX
Expected result: Empty VFX window is displayed as second graph intends to replace the first one
Actual result: First graph is visible and not replaced by the second one, errors are thrown to the console
Reproduced with: 2022.1.0a16 (master from 2021/11/22)
Notes:
- Seem to happen only when having multiple windows
- Error message:
InvalidOperationException: SystemNames : Model is not registered null
UnityEditor.VFX.VFXSystemNames.GetUniqueSystemName (UnityEditor.VFX.VFXModel model) (at com.unity.visualeffectgraph/Editor/Models/VFXSystemNames.cs:108)
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
- [Editor] Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
Resolution Note (fix version 2022.2.0b15):
Fixed by another internal issue: UUM-529: Silent crash when leaving play mode if a template system has been added
Resolution Note (fix version 2023.1.0a16):
Fixed by another internal issue: UUM-529: Silent crash when leaving play mode if a template system has been added