You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am getting an OutOfMemoryException every time a change is made to any of the scripts after I imported Asset/Plugins from the repo to my project.
System.OutOfMemoryException: Out of memory
at (wrapper managed-to-native) System.Object.__icall_wrapper_ves_icall_array_new_specific(intptr,int)
at Microsoft.Cci.Pdb.MsfDirectory..ctor (Microsoft.Cci.Pdb.PdbReader reader, Microsoft.Cci.Pdb.PdbFileHeader head, Microsoft.Cci.Pdb.BitAccess bits) [0x000a5] in <65770e854e88462999d77d9b5ba154b6>:0
at Microsoft.Cci.Pdb.PdbFile.LoadFunctions (System.IO.Stream read, System.Collections.Generic.Dictionary`2[System.UInt32,Microsoft.Cci.Pdb.PdbTokenLine]& tokenToSourceMapping, System.String& sourceServerData, System.Int32& age, System.Guid& guid) [0x00027] in <65770e854e88462999d77d9b5ba154b6>:0
at Mono.Cecil.Pdb.PdbReader.PopulateFunctions () [0x00008] in <65770e854e88462999d77d9b5ba154b6>:0
at Mono.Cecil.Pdb.PdbReader.ProcessDebugHeader (Mono.Cecil.Cil.ImageDebugDirectory directory, System.Byte[] header) [0x00048] in <65770e854e88462999d77d9b5ba154b6>:0
at Mono.Cecil.ModuleDefinition.ProcessDebugHeader () [0x00012] in <491da834968447e0a6760f87cf53862c>:0
at Mono.Cecil.ModuleDefinition.ReadSymbols (Mono.Cecil.Cil.ISymbolReader reader) [0x00015] in <491da834968447e0a6760f87cf53862c>:0
at Mono.Cecil.ModuleReader.ReadSymbols (Mono.Cecil.ModuleDefinition module, Mono.Cecil.ReaderParameters parameters) [0x00047] in <491da834968447e0a6760f87cf53862c>:0
at Mono.Cecil.ModuleReader.CreateModuleFrom (Mono.Cecil.PE.Image image, Mono.Cecil.ReaderParameters parameters) [0x00076] in <491da834968447e0a6760f87cf53862c>:0
at Mono.Cecil.ModuleDefinition.ReadModule (System.IO.Stream stream, Mono.Cecil.ReaderParameters parameters) [0x00028] in <491da834968447e0a6760f87cf53862c>:0
at Mono.Cecil.ModuleDefinition.ReadModule (System.String fileName, Mono.Cecil.ReaderParameters parameters) [0x0000a] in <491da834968447e0a6760f87cf53862c>:0
at FodyAssemblyPostProcessor.ProcessAssembliesIn (System.Collections.Generic.HashSet`1[T] assemblyPaths, Mono.Cecil.IAssemblyResolver assemblyResolver) [0x00196] in C:\Projects\WeldTesting\Assets\Plugins\Editor\Fody\FodyAssemblyPostProcessor.cs:188
at FodyAssemblyPostProcessor.DoProcessing () [0x00180] in C:\Projects\WeldTesting\Assets\Plugins\Editor\Fody\FodyAssemblyPostProcessor.cs:117
UnityEngine.Debug:LogError(Object)
FodyAssemblyPostProcessor:DoProcessing() (at Assets/Plugins/Editor/Fody/FodyAssemblyPostProcessor.cs:121)
FodyAssemblyPostProcessor:.cctor() (at Assets/Plugins/Editor/Fody/FodyAssemblyPostProcessor.cs:60)
UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes()
The text was updated successfully, but these errors were encountered:
Hi, I am getting an OutOfMemoryException every time a change is made to any of the scripts after I imported Asset/Plugins from the repo to my project.
The text was updated successfully, but these errors were encountered: