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
- Memory leak occurs when focused on Player while using Direct3D12
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
Add comment