Search Issue Tracker
Fixed in 7.5.1
Votes
0
Found in [Package]
7.2.0, 7.1.8, 7.0.1, 4.3.0-Preview
Issue ID
1219061
Regression
No
[VFX Graph] NullReferenceException on selecting the "V" icon while editing Property Bindings in VFX Property Binder(Script)
NullReferenceException error is thrown on selecting the "V" icon from the "Property Bindings" in "VFX Property Binder (Script)" Component, refer attached video.
Steps to repro:
1. Create a new project
2. Windows > Package Manager > Visual Effects Graph > Install
3. Hierarchy >right-click > Empty GameObject
4. Empty GameObject > Add Component > VFX PropertyBinder(Script)
5. PropertyBinder > Add Property in the list
6. Select Added Property in the list
7. Property field > click on "V" icon
Actual Result:
NullReferenceException on selecting the "V" icon while editing Property Bindings in VFX Property Binder (Script)
Expected Result:
No errors in the console and the appropriate list should open.
Tested with Unity version
2020.1.0a23, 2019.3.1f1, 2018.3.0b10
Package Found version: 7.2.0, 7.1.8, 7.0.1, 4.3.0-Preview
Environment:
Windows 10 & macOS 10.14
Note:- Unbale to check below 2018.3.0b10, Because the VFX graph was broken.
Stack trace:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Experimental.VFX.Utility.VFXPropertyBinderEditor.CheckTypeMenu (UnityEditor.SerializedProperty property, UnityEngine.VFX.Utility.VFXPropertyBindingAttribute attribute, UnityEngine.VFX.VisualEffectAsset asset) (at Library/PackageCache/com.unity.visualeffectgraph@7.2.0/Editor/Utilities/PropertyBinding/VFXPropertyBinderEditor.cs:130)
UnityEditor.Experimental.VFX.Utility.VFXPropertyBinderEditor.OnInspectorGUI () (at Library/PackageCache/com.unity.visualeffectgraph@7.2.0/Editor/Utilities/PropertyBinding/VFXPropertyBinderEditor.cs:100)
UnityEditor.UIElements.InspectorElement+<>c__DisplayClass58_0.<CreateIMGUIInspectorFromEditor>b__0 () (at <14e2d4b2ee9f48738146210decad60c4>:0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
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
Add comment