Search Issue Tracker
Active
Under Consideration for 6000.2.X
Votes
0
Found in
2022.2.0a4
6000.1.0b4
6000.2.0a1
Issue ID
UUM-3763
Regression
No
Error i->previewArtifactID == found->second.previewArtifactID' is thrown when assigning SG for the first time
This assertion was randomly and rarely reproducible for a couple of years at least for me, but recently it started to happen much more often and we had a few discussions about it in ADB team, there is a PR with the fix already in flight.
*My repro steps:*
1 Create new 3D HDRP project (or open existing one without Library folder)
2 Go to "All Materials" filter in Project Browser
3 While previews are generating - scroll in Project Browser and click on those materials which are generating previews
4 Wait a bit while more previews are generated
5 You should get those assertions in Console - if you don't - repeat from scratch
Old description:
{quote}How to reproduce:
0. Note: Reproduced using URP, reproduces only when creating and saving SG for the first time
1. Create VFX Graph
2. Create SG
3. In Graph Inspector, check Support VFX Graph' flag
4. Save SG
5. Assign it to the VFX
Actual result: Assertion failed on expression: 'i->previewArtifactID == found->second.previewArtifactID'UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) is thrown to the console
Reproducible with: 2022.2.0a4 (14.0.1), 6000.2.0a2, 6000.1.0b2
{quote}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ":focus" style will not be shown when the UI element is unparented and reparented and the "Focus()" method is called without the "Blur()" method being called
- Crash on BucketAllocator::Allocate when importing TextMeshPro assets
- Playmode dropdown creates continuous "Layout update is struggling" errors at certain aspect ratios
- Editor takes a long time to open VFX Graph 'Subgraph' asset when it is heavily referenced by multiple other VFX Graphs
- "Editor Event Handler Error" error is thrown when using Terrain Tool shortcuts
Add comment