Search Issue Tracker
Fixed in 2022.2.0b15
Fixed in 2023.1.0a16
Votes
0
Found in
2021.3.4f1
2022.1.4f1
2022.2.0a16
2023.1.0a1
Issue ID
UUM-6275
Regression
No
[VFX Graph] Errors are thrown when renamed graph is focused after exiting Play Mode
How to reproduce:
- Create a new VFX
2. Add Simple Particle system
3. Rename graph to 'p'
4. Enter Play Mode
5. Exit Play Mode
6. Focus graph named 'p'
Error messages:
{color:#de350b}NullReferenceException: Object reference not set to an instance of an object{color}
{color:#de350b}VisualEffectAssetEditor+<>c.<OnInspectorGUI>b__47_0 (UnityEditor.VFX.VFXBasicInitialize d) (at C:/Users/vita.skruibyte/Documents/unity/packages/com.unity.visualeffectgraph/Editor/Inspector/VFXAssetEditor.cs:732){color}
{color:#de350b}System.Linq.Enumerable.Any[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) (at <f261e5835f884dcba949d9fc74ced366>:0){color}
{color:#de350b}VisualEffectAssetEditor.OnInspectorGUI () (at C:/Users/vita.skruibyte/Documents/unity/packages/com.unity.visualeffectgraph/Editor/Inspector/VFXAssetEditor.cs:731){color}
{color:#de350b}UnityEditor.UIElements.InspectorElement+<>c__DisplayClass71_0.<CreateIMGUIInspectorFromEditor>b__0 () (at <82311000d4eb48fca3bd5778216fbe40>:0){color}
{color:#de350b}UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&){color}
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
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Adding available Nodes with longer names in Fragment Context window overflow Fragment Context window in Shader Graph
- "Layer Palette Profile" Asset is automatically applied to the second Terrain but doesn't load any layers
- "Terrain Tools" shortcut conflicts with the Overlays shortcut by default
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
Resolution Note (fix version 2022.2.0b15):
Fixed by another internal issue: UUM-529: Silent crash when leaving play mode if a template system has been added
Resolution Note (fix version 2023.1.0a16):
Fixed by another internal issue: UUM-529: Silent crash when leaving play mode if a template system has been added