Not signed in
Copyright © 2026 Unity Technologies
When performing an analysis with the Project Auditor it looks to log the following error:
[Project Auditor] Module Settings failed: The given key '1378811908' was not present in the dictionary. at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <f9eab83828c04543b2f7b6f782ef928e>:0 at Unity.ProjectAuditor.Editor.Core.DescriptorLibrary.GetDescriptor (System.Int32 idAsInt) [0x00000] in /Users/richard.pickering/Documents/GitHub/unity2/Modules/ProjectAuditorEditor/Core/DescriptorLibrary.cs:36 at Unity.ProjectAuditor.Editor.DescriptorId.GetDescriptor () [0x00000] in /Users/richard.pickering/Documents/GitHub/unity2/Modules/ProjectAuditorEditor/API/DescriptorId.cs:106 at Unity.ProjectAuditor.Editor.ReportItem..ctor (Unity.ProjectAuditor.Editor.IssueCategory cat, System.String id, System.Object[] args) [0x00012] in /Users/richard.pickering/Documents/GitHub/unity2/Modules/ProjectAuditorEditor/API/ReportItem.cs:257 at Unity.ProjectAuditor.Editor.Core.ReportItemBuilder..ctor (Unity.ProjectAuditor.Editor.IssueCategory category, System.String id, System.Object[] args) [0x00006] in /Users/richard.pickering/Documents/GitHub/unity2/Modules/ProjectAuditorEditor/Core/API/ReportItemBuilder.cs:24 at Unity.ProjectAuditor.Editor.Core.AnalysisContext.CreateIssue (Unity.ProjectAuditor.Editor.IssueCategory category, System.String id, System.Object[] messageArgs) [0x00000] in /Users/richard.pickering/Documents/GitHub/unity2/Modules/ProjectAuditorEditor/Core/API/AnalysisContext.cs:33 at UnityEditor.Rendering.Universal.ProjectAuditor.SettingsAnalyzer.CreateAssetSettingIssue (Unity.ProjectAuditor.Editor.Core.AnalysisContext context, System.Nullable`1[T] qualityLevel, System.String name, System.String id) [0x0002d] in ./Library/PackageCache/com.unity.render-pipelines.universal@cdbeac9054be/Editor/Tools/Project Auditor/ProjectAuditorGraphics.cs:56 at UnityEditor.Rendering.Universal.ProjectAuditor.SettingsAnalyzer+<Analyze>d__5.MoveNext () [0x0010a] in ./Library/PackageCache/com.unity.render-pipelines.universal@cdbeac9054be/Editor/Tools/Project Auditor/ProjectAuditorGraphics.cs:79 at System.Collections.Generic.LargeArrayBuilder`1[T].AddRange (System.Collections.Generic.IEnumerable`1[T] items) [0x0003d] in <1292462c6b724d168d9b17109c282241>:0 at System.Collections.Generic.EnumerableHelpers.ToArray[T] (System.Collections.Generic.IEnumerable`1[T] source) [0x00033] in <1292462c6b724d168d9b17109c282241>:0 at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00018] in <1292462c6b724d168d9b17109c282241>:0 at Unity.ProjectAuditor.Editor.Modules.SettingsModule+<Audit>d__5.MoveNext () [0x000ca] in /Users/richard.pickering/Documents/GitHub/unity2/Modules/ProjectAuditorEditor/Modules/SettingsModule.cs:46 at Unity.ProjectAuditor.Editor.Core.AnalysisCoroutine+YieldProcessor.MoveNext (System.Collections.IEnumerator enumerator, System.Boolean& skipFrame) [0x00084] in /Users/richard.pickering/Documents/GitHub/unity2/Modules/ProjectAuditorEditor/Core/AnalysisCoroutine.cs:76 at Unity.ProjectAuditor.Editor.Core.AnalysisCoroutine.ProcessIEnumeratorRecursive (System.Collections.IEnumerator enumerator, System.Boolean& skipFrame) [0x0003a] in /Users/richard.pickering/Documents/GitHub/unity2/Modules/ProjectAuditorEditor/Core/AnalysisCoroutine.cs:197 at Unity.ProjectAuditor.Editor.Core.AnalysisCoroutine.MoveNext () [0x0002b] in /Users/richard.pickering/Documents/GitHub/unity2/Modules/ProjectAuditorEditor/Core/AnalysisCoroutine.cs:171 at Unity.ProjectAuditor.Editor.ProjectAuditor.AuditAsync (Unity.ProjectAuditor.Editor.AnalysisParams analysisParams, Unity.ProjectAuditor.Editor.IProgress progress) [0x0044e] in /Users/richard.pickering/Documents/GitHub/unity2/Modules/ProjectAuditorEditor/API/ProjectAuditor.cs:268 UnityEngine.Debug:LogError (object) Unity.ProjectAuditor.Editor.ProjectAuditor:AuditAsync (Unity.ProjectAuditor.Editor.AnalysisParams,Unity.ProjectAuditor.Editor.IProgress) (at /Users/richard.pickering/Documents/GitHub/unity2/Modules/ProjectAuditorEditor/API/ProjectAuditor.cs:278) Unity.ProjectAuditor.Editor.UI.ProjectAuditorWindow:Analyze () (at /Users/richard.pickering/Documents/GitHub/unity2/Modules/ProjectAuditorEditor/UI/ProjectAuditorWindow.cs:1126) Unity.ProjectAuditor.Editor.UI.ProjectAuditorWindow:DrawHome () (at /Users/richard.pickering/Documents/GitHub/unity2/Modules/ProjectAuditorEditor/UI/ProjectAuditorWindow.cs:1596) Unity.ProjectAuditor.Editor.UI.ProjectAuditorWindow:OnGUI () (at /Users/richard.pickering/Documents/GitHub/unity2/Modules/ProjectAuditorEditor/UI/ProjectAuditorWindow.cs:547) UnityEditor.GUIView:ProcessEvent (UnityEngine.EntityId,intptr,bool&) (at /Users/richard.pickering/Documents/GitHub/unity2/Editor/Mono/GUIView.cs:70)
[Internal link]
Steps to reproduce:
Actual results: Error logged as audit starts
Expected results: No errors should be logged
Reproducible with versions: 6000.6
Not reproducible with versions:
Can’t test with versions:
Tested on (OS): Mac
Notes:
Sign in to see your voted issues