Search Issue Tracker
Fixed in 7.5.1
Votes
0
Found in [Package]
9.0.0, 8.1.0, 8.0.1, 7.3.1, 7.1.8
Issue ID
1242351
Regression
No
[VFX] NullReferenceException throw on adding the "Previous Position Binder" component
Adding the "Previous Position Binder" component causes the editor to throw NullReferenceException, refer to the attached video.
Steps to repro:
1. Create a new project
2. Windows > Package Manager > Visual Effects Graph > Install
3. Hierarchy >right-click > Create Empty
4. Add "Previous Position Binder" component in the Inspector
Actual Result:
NullReferenceException is thrown on adding the "Previous Position Binder" component.
Expected Result:
"Previous Position Binder" component is added without any errors.
Reproducible in:
2020.2.0a9, 2020.1.0b8, 2019.3.0f3 with Package Version 9.0.0, 8.1.0, 8.0.1, 7.3.1, 7.1.8.
Environment:
Windows 10 & macOS 10.14
Stack trace:
NullReferenceException: Object reference not set to an instance of an object
UnityEngine.VFX.Utility.VFXPreviousPositionBinder.OnEnable () (at library/packagecache/com.unity.visualeffectgraph@9.0.0-preview.13/runtime/utilities/propertybinding/implementation/vfxpreviouspositionbinder.cs:17)
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