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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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