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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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