Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
13.1.6
Issue ID
1401275
Regression
No
[VFX Graph] Error is thrown when connecting custom attribute node to the attribute block with the same name
How to reproduce:
1. Open the attached package
2. Connect Get size custom attribute to Set Size block
3. Save the graph
Actual result: Errors are thrown to the console
Reproducible with: 2022.1.0b7 (13.1.6), 2022.2.0a4 (14.0.1)
Error messages:
- New Graph : Exception while compiling expression graph: System.ArgumentException: An item with the same key has already been added. Key: UnityEditor.VFX.VFXAttributeExpression
- InvalidOperationException: SystemNames : Model is not registered (UnityEditor.VFX.VFXDataParticle)
UnityEditor.VFX.VFXSystemNames.GetUniqueSystemName (UnityEditor.VFX.VFXModel model) (at C:/Users/vita.skruibyte/Documents/SRP/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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
This is a duplicate of issue #1382874