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
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
- A memory leak occurs in Play mode when using Direct3D12 Graphics API
Add comment