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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment