Search Issue Tracker
In Progress
Fix In Review for 6000.3.0b9
Fixed in 6000.4.0a2
Votes
0
Found in
2022.3.66f1
6000.0.47f1
6000.1.9f1
6000.2.1f1
6000.3.0a5
6000.4.0a1
Issue ID
UUM-113965
Regression
No
The same subgraph window can be opened multiple times after a domain reload
Steps to reproduce:
- Open the attached package
- Open VFX and subgraph operator windows
- Make sure that VFX or any other window is focused and Subgraph operator tab is open but not visible/focused
- Open Script, comment "//" next to Debug.log and save it
- After domain reload, try to open subgraph operator again
Actual results: second window of subgraph operator opens and errors are thrown
Expected results: When trying to open subgraph operator again it focuses existing subgraph operator window
Reproducible with versions: 2022.3 - 6000.3.0a5
Not reproducible with versions:
Can’t test with versions:
Tested on (OS):
Notes:
{code:java}
Exception thrown while invoking [OnOpenAssetAttribute] method 'VisualEffectAssetEditor:OnOpenVFX (UnityEngine.EntityId,int)' : InvalidOperationException: Sequence contains more than one matching element
System.Linq.Enumerable.SingleOrDefault[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) (at <175a161e03894f66a250f0632be3e461>:0)
UnityEditor.VFX.UI.VFXViewWindow.GetWindowLambda (System.Func`2[T,TResult] func, System.Boolean createIfNeeded, System.Boolean show) (at ./Library/PackageCache/com.unity.visualeffectgraph@162a3b265f04/Editor/GraphView/VFXViewWindow.cs:93) {code}
{code:java}
InvalidOperationException: Sequence contains more than one matching element
System.Linq.Enumerable.SingleOrDefault[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) (at <175a161e03894f66a250f0632be3e461>:0)
UnityEditor.VFX.UI.VFXViewWindow.GetWindowLambda (System.Func`2[T,TResult] func, System.Boolean createIfNeeded, System.Boolean show) (at ./Library/PackageCache/com.unity.visualeffectgraph@162a3b265f04/Editor/GraphView/VFXViewWindow.cs:93) {code}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Add comment