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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Add comment