Search Issue Tracker
Fixed
Fixed in 2022.3.45f1
Votes
0
Found in
2022.3.39f1
Issue ID
UUM-76346
Regression
Yes
Errors are thrown when creating a new project in 2022.3
Steps to reproduce:
1. Create a new HDRP project
2. Observe Console
Actual results: Errors are thrown to the console
Expected results: Console does not contain VFX Graph errors
Reproducible with versions: 2022.3.39f1
Not reproducible with versions: 6000.0.12f1
Can’t test with versions: n/a
Tested on (OS): macOS
Notes:
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 <b1d89b469be64f4680bd9a663f4b0cb2>:0)
UnityEditor.VFX.UI.VFXViewWindow.GetWindowLambda (System.Func`2[T,TResult] func, System.Boolean createIfNeeded, System.Boolean show) (at ./Library/PackageCache/com.unity.visualeffectgraph@14.0.11/Editor/GraphView/VFXViewWindow.cs:115)
UnityEditor.VFX.UI.VFXViewWindow.GetWindow (UnityEditor.VFX.VFXGraph vfxGraph, System.Boolean createIfNeeded, System.Boolean show) (at ./Library/PackageCache/com.unity.visualeffectgraph@14.0.11/Editor/GraphView/VFXViewWindow.cs:77)
UnityEditor.VFX.VFXGraphPreprocessor.OnPostprocessAllAssets (System.String[] importedAssets, System.String[] deletedAssets, System.String[] movedAssets, System.String[] movedFromAssetPaths) (at ./Library/PackageCache/com.unity.visualeffectgraph@14.0.11/Editor/Models/VFXGraph.cs:66)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Multiple exceptions are thrown after exiting Play mode when Layout Group component is displayed in Debug Inspector and Padding section is expanded
- ScrollView elements are not restored to their original positions after removing a Layout Group with Undo action
- "Assembly with name already exists" errors are thrown when two packages with different technical names resolve to the same namespace
- A Select Scene Entry is added to Undo History when Deleting while a Scene is selected in the Hierarchy
- The Add Component Menu's back arrow accumulates phantom levels when the Menu is repeatedly opened into a Category and closed without selecting
Add comment