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
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- PhysicsRaycaster ray length is incorrect when casting from rotated Camera
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