Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
0
Found in [Package]
9.0.0, 8.1.0, 8.0.1, 7.3.1
Issue ID
1251529
Regression
No
[VFX Graph] NullReferenceException error is thrown on changing Space property value in VFXBlockSubgraphContext preset asset
NullReferenceException error is thrown on changing Space property value in VFXBlockSubgraphContext preset asset.
Steps to repro:
1. Create a new HDRP template project.
2. Project Window > Click "+" > Visual Effects > Visual Effect Subgraph Block.
3. Open Subgraph Block > Select Block Subgraph node > Create its preset.
4. Select VFXBlockSubgraphContext > Inspector > Reset.
5. Change Space property value to > World.
Actual Result:
NullReferenceException error is thrown in the console.
Expected Result:
No error in the console.
Reproducible in:
2020.2.0a13, 2020.1.0b11, 2019.3.15f1, 2019.3.2f1 with Package version 9.0.0, 8.1.0.
Environment:
Occurring on Windows 10 & Mac 10.15.
Stacktrace:
NullReferenceException: Object reference not set to an instance of an object
VFXContextEditor.OnInspectorGUI () (at library/packagecache/com.unity.visualeffectgraph@9.0.0-preview.13/editor/inspector/vfxcontexteditor.cs:277)
UnityEditor.Presets.PresetEditor.DrawInternalInspector () (at <d302ee0b7fcd4d8184c0fe84f62c3cc1>:0)
UnityEditor.Presets.PresetEditor.DrawPresetData () (at <d302ee0b7fcd4d8184c0fe84f62c3cc1>:0)
UnityEditor.Presets.PresetEditor.OnInspectorGUI () (at <d302ee0b7fcd4d8184c0fe84f62c3cc1>:0)
UnityEditor.UIElements.InspectorElement+<>c__DisplayClass58_0.<CreateIMGUIInspectorFromEditor>b__0 () (at <23f880b0551248cb8ca27306bc291abd>:0)
UnityEditor.PopupCallbackInfo:SetEnumValueDelegate(Object, String[], Int32)
Add comment
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
Resolution Note:
Preset option will be disabled on all the VFX element.