Search Issue Tracker
Fixed
Fixed in 2021.3.48f1, 2022.3.55f1, 6000.0.31f1, 6000.1.0a7, 7000.0.0a20
Votes
4
Found in
2021.3.10f1
2022.1.17f1
2022.2.0a15
6000.0.26f1
6000.1.0a4
7000.0.0a1
Issue ID
UUM-14959
Regression
Yes
Crash on GetAssetCachedInfoV2 when opening a project
Reproduction steps:
1. Open the user’s attached project
Expected result: The project opens
Actual result: Unity Editor crashes
Reproducible with: 2021.2.0a17, 2021.2.19f1, 2021.3.10f1, 2022.1.17f1, 2022.2.0a15
Not reproducible with: 2020.3.39f1, 2021.2.0a16, 2022.2.0a16, 2022.2.0b8, 2023.1.0a11
Reproducible on: Windows 11 Pro 21H2
Note: Reimport on every new Unity Editor version
First lines of the stack trace:
{noformat}0x00007ff6a5f44f6e (Unity) GetAssetCachedInfoV2
0x00007ff6a5ee6933 (Unity) AssetDatabasePropertyV2::FetchAssetMetaInfo
0x00007ff6a5ee6564 (Unity) AssetDatabasePropertyV2::DoNext
0x00007ff6a5af57a4 (Unity) BaseHierarchyProperty::Next
0x00007ff6a42d4e86 (Unity) HierarchyProperty_CUSTOM_Next{noformat}
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Window preview appears on a different monitor when undocking and dragging a window with a high-resolution monitor set up on the right and a low-resolution monitor on the left.
- Probe Volume Baking Set Reference Documentation is missing
- Crash on RendererScene::NotifyInvisible when entering Play mode after undoing a change within the scene with Ctrl+z
- [iOS] Final Image misaligned when using "ScalableBufferManager.ResizeBuffers" to resize
- GameObjects are not updating when Materials and Cubemaps are updated from Environmental Reflections
jake_facepunch
Feb 22, 2025 21:31
This does not appear to be resolved in Unity 2022.3.55f1as we have the same exception thrown.
Top of logs confirm unity version.
`Initialize engine version: 2022.3.55f1 (9f374180d209)`
Bottom of logs show the stacktrace.
0x00007ff708d6f4be (Unity) GetAssetCachedInfoV2
0x00007ff708d0d753 (Unity) AssetDatabasePropertyV2::FetchAssetMetaInfo
0x00007ff708d0d104 (Unity) AssetDatabasePropertyV2::DoNext
0x00007ff70893e81c (Unity) BaseHierarchyProperty::NextWithDepthCheck
0x00007ff7070dbd18 (Unity) HierarchyProperty_CUSTOM_NextWithDepthCheck
0x000001f230b2f68f (Mono JIT Code) (wrapper managed-to-native) UnityEditor.HierarchyProperty:NextWithDepthCheck (UnityEditor.HierarchyProperty,int[],int)
0x000001f230b2c8cb (Mono JIT Code) UnityEditor.AssetDatabase/<FindInFolders>d__38`1<T_REF>:MoveNext ()
0x000001f230b2bc5e (Mono JIT Code) UnityEditor.AssetDatabase/<FindAllAssets>d__36:MoveNext ()
0x000001f230b2b95d (Mono JIT Code) System.Linq.Enumerable/SelectEnumerableIterator`2<TSource_REF, TResult_REF>:MoveNext ()
0x000001f2370e132a (Mono JIT Code) System.Linq.Set`1<TElement_REF>:UnionWith (System.Collections.Generic.IEnumerable`1<TElement_REF>)
0x000001f2370e124b (Mono JIT Code) System.Linq.Enumerable/DistinctIterator`1<TSource_REF>:FillSet ()
0x000001f26d0d4fbb (Mono JIT Code) System.Linq.Enumerable/DistinctIterator`1<TSource_REF>:ToArray ()
0x000001f235ec6857 (Mono JIT Code) System.Linq.Enumerable:ToArray<TSource_REF> (System.Collections.Generic.IEnumerable`1<TSource_REF>)
0x000001f230b2b5f3 (Mono JIT Code) UnityEditor.AssetDatabase:FindAssets (UnityEditor.SearchFilter)
0x000001f230b29963 (Mono JIT Code) UnityEditor.AssetDatabase:FindAssets (string,string[])
0x000001f230b28aa3 (Mono JIT Code) AmplifyShaderEditor.TemplatesManager:Init () (at ./Packages/amplify.shadereditor/Plugins/Editor/Templates/TemplatesManager.cs:644)
0x000001f230b28713 (Mono JIT Code) AmplifyShaderEditor.TemplatesManager:OnEnable () (at ./Packages/amplify.shadereditor/Plugins/Editor/Templates/TemplatesManager.cs:950)
0x000001f055383608 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
0x00007fffa8eb4c7e (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445)
0x00007fffa8ded284 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3068)
0x00007fffa8ded3fc (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3115)
0x00007ff70792a8d4 (Unity) scripting_method_invoke
0x00007ff7079071f4 (Unity) ScriptingInvocation::Invoke
0x00007ff7079072de (Unity) ScriptingInvocation::InvokeChecked
0x00007ff7079ab4a6 (Unity) SerializableManagedRef::CallMethod
0x00007ff7078ed9c1 (Unity) MonoBehaviour::AwakeFromLoad
0x00007ff7078fa854 (Unity) ResetAndApplyDefaultReferencesOnNewMonoBehaviour
0x00007ff707905205 (Unity) Scripting::CreateScriptableObjectWithType
0x00007ff7069f66bb (Unity) ScriptableObject_CUSTOM_CreateScriptableObjectInstanceFromType
0x000001f26d0d1285 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.ScriptableObject:CreateScriptableObjectInstanceFromType (System.Type,bool)
0x000001f26d0d11a3 (Mono JIT Code) UnityEngine.ScriptableObject:CreateInstance (System.Type)
0x000001f26d0d1103 (Mono JIT Code) UnityEngine.ScriptableObject:CreateInstance<T_REF> ()
0x000001f230ae0ee3 (Mono JIT Code) AmplifyShaderEditor.TemplatePostProcessor:OnPostprocessAllAssets (string[],string[],string[],string[]) (at ./Packages/amplify.shadereditor/Plugins/Editor/Templates/TemplatePostProcessor.cs:55)
0x000001f230ae1d66 (Mono JIT Code) (wrapper runtime-invoke) <Module>:runtime_invoke_void_object_object_object_object (object,intptr,intptr,intptr)
0x00007fffa8eb4c7e (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445)
0x00007fffa8ded284 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3068)
0x00007fffa8df4baf (mono-2.0-bdwgc) mono_runtime_try_invoke_array (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:5774)
0x00007fffa8d24f12 (mono-2.0-bdwgc) ves_icall_InternalInvoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/icall.c:4041)
0x00007fffa8d4b0f1 (mono-2.0-bdwgc) ves_icall_InternalInvoke_raw (at C:/build/output/Unity-Technologies/mono/mono/metadata/icall-def.h:692)
0x000001f2370f8f30 (Mono JIT Code) (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo:InternalInvoke (System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
0x000001f2370f811b (Mono JIT Code) System.Reflection.RuntimeMethodInfo:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
0x000001f2370f7fde (Mono JIT Code) System.Reflection.MethodBase:Invoke (object,object[])
0x000001f05df7f73b (Mono JIT Code) UnityEditor.AssetPostprocessingInternal:InvokeMethod (System.Reflection.MethodInfo,object[])
0x000001f05e0cbd7b (Mono JIT Code) UnityEditor.AssetPostprocessingInternal:PostprocessAllAssets (string[],string[],string[],string[],string[],bool)
0x000001f05e0cc219 (Mono JIT Code) (wrapper runtime-invoke) <Module>:runtime_invoke_void_object_object_object_object_object_byte (object,intptr,intptr,intptr)
0x00007fffa8eb4c7e (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445)
0x00007fffa8ded284 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3068)
0x00007fffa8ded3fc (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3115)