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
- Errors when rendering a camera to render texture with only depth
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
Add comment