*** Tundra build failed (4.85 seconds), 2 items updated, 1262 evaluated
Script Compilation Error for: Csc Library/Bee/artifacts/1900b0aEDbg.dag/Assembly-CSharp-Editor.dll (+2 others)
CmdLine: “C:\Unity\2023.2.1f1\Editor\Data\NetCoreRuntime\dotnet.exe” exec “C:/Unity/2023.2.1f1/Editor/Data/DotNetSdkRoslyn/csc.dll” /nostdlib /noconfig /shared “@Library/Bee/artifacts/1900b0aEDbg.dag/Assembly-CSharp-Editor.rsp” “@Library/Bee/artifacts/1900b0aEDbg.dag/Assembly-CSharp-Editor.rsp2”
Output:
Assets\Editor\EditorExtensions\VideoToTexturesWindow.cs(8,7): warning CS0105: The using directive for ‘UnityEngine’ appeared previously in this namespace
Assets\Materials\Editor\StandardDitheringTransparencyShaderGUI.cs(94,9): warning CS0612: ‘ColorPickerHDRConfig’ is obsolete
Assets\Samples\High Definition RP\12.1.4\Procedural Sky\Editor\ProceduralSky\ProceduralSkyEditor.cs(7,6): warning CS0618: ‘VolumeComponentEditorAttribute’ is obsolete: ‘VolumeComponentEditor property has been deprecated. Please use CustomEditor. #from(2022.2)’
Assets\Tools\ArtIsDarkGames-shader-keywords-tool-unity3d-0e2a76e15307\ShaderKeywordsTool\Shared\BBEditor\Editor\BBEditor.cs(71,41): warning CS0693: Type parameter ‘T’ has the same name as the type parameter from outer type ‘BBEditor’
Assets\AmplifyShaderPack\Assets\Scripts\Global Light Settings\Editor\LightsSettingsController.cs(68,26): warning CS0618: ‘Object.FindObjectsOfType()’ is obsolete: ‘Object.FindObjectsOfType has been deprecated. Use Object.FindObjectsByType instead which lets you decide whether you need the results sorted or not. FindObjectsOfType sorts the results by InstanceID but if you do not need this using FindObjectSortMode.None is considerably faster.’
Assets\Editor\MeshCombineWizard\MeshCombineWizard.cs(115,19): warning CS0618: ‘PrefabUtility.CreateEmptyPrefab(string)’ is obsolete: ‘The concept of creating a completely empty Prefab has been discontinued. You can however use SaveAsPrefabAsset with an empty GameObject.’
Assets\Editor\MeshCombineWizard\MeshCombineWizard.cs(116,49): warning CS0618: ‘ReplacePrefabOptions’ is obsolete: ‘This has turned into the more explicit APIs, SavePrefabAsset, SaveAsPrefabAsset, SaveAsPrefabAssetAndConnect’
Assets\Editor\MeshCombineWizard\MeshCombineWizard.cs(116,3): warning CS0618: ‘PrefabUtility.ReplacePrefab(GameObject, Object, ReplacePrefabOptions)’ is obsolete: ‘Use SaveAsPrefabAsset or SaveAsPrefabAssetAndConnect with a path instead.’
Assets\Editor\ImageEffects\ColorCorrectionLookupEditor.cs(54,25): warning CS0618: ‘TextureImporter.textureFormat’ is obsolete: ‘textureFormat is no longer accessible at the TextureImporter level. For old ‘simple’ formats use the textureCompression property for the equivalent automatic choice (Uncompressed for TrueColor, Compressed and HQCommpressed for 16 bits). For platform specific formats use the [[PlatformTextureSettings]] API. Using this setter will setup various parameters to match the new automatic system as well as possible. Getter will return the last value set.’
Assets\Editor\ImageEffects\ColorCorrectionLookupEditor.cs(54,58): error CS0619: ‘TextureImporterFormat.AutomaticTruecolor’ is obsolete: ‘Enum member TextureImporterFormat.AutomaticTruecolor is obsolete. Use the TextureImporter.textureCompression property instead.’
Assets\Editor\ImageEffects\ColorCorrectionLookupEditor.cs(62,25): warning CS0618: ‘TextureImporter.textureFormat’ is obsolete: ‘textureFormat is no longer accessible at the TextureImporter level. For old ‘simple’ formats use the textureCompression property for the equivalent automatic choice (Uncompressed for TrueColor, Compressed and HQCommpressed for 16 bits). For platform specific formats use the [[PlatformTextureSettings]] API. Using this setter will setup various parameters to match the new automatic system as well as possible. Getter will return the last value set.’
Assets\Editor\ImageEffects\ColorCorrectionLookupEditor.cs(62,57): error CS0619: ‘TextureImporterFormat.AutomaticTruecolor’ is obsolete: ‘Enum member TextureImporterFormat.AutomaticTruecolor is obsolete. Use the TextureImporter.textureCompression property instead.’
Assets\Editor\Steamworks.NET\RedistCopy.cs(27,18): warning CS0618: ‘BuildTarget.StandaloneOSXIntel’ is obsolete: ‘StandaloneOSXIntel has been removed in 2017.3’
Assets\Editor\Steamworks.NET\RedistCopy.cs(27,62): warning CS0618: ‘BuildTarget.StandaloneOSXIntel64’ is obsolete: ‘StandaloneOSXIntel64 has been removed in 2017.3’
Assets\Editor\Water (Pro Only)\Water4\PlanarReflectionEditor.cs(30,7): warning CS0618: ‘SystemInfo.supportsRenderTextures’ is obsolete: ‘supportsRenderTextures always returns true, no need to call it’
Assets\Editor\Water (Pro Only)\Water4\WaterBaseEditor.cs(54,56): warning CS0618: ‘SystemInfo.supportsRenderTextures’ is obsolete: ‘supportsRenderTextures always returns true, no need to call it’
Assets\NatureManufacture Assets\Spline System\Scripts\Editor\MeshColoringRamEditor.cs(18,22): warning CS0618: ‘Object.FindObjectsOfType()’ is obsolete: ‘Object.FindObjectsOfType has been deprecated. Use Object.FindObjectsByType instead which lets you decide whether you need the results sorted or not. FindObjectsOfType sorts the results by InstanceID but if you do not need this using FindObjectSortMode.None is considerably faster.’
Assets\NatureManufacture Assets\Spline System\Scripts\Editor\MeshColoringRamEditor.cs(19,24): warning CS0618: ‘Object.FindObjectsOfType()’ is obsolete: ‘Object.FindObjectsOfType has been deprecated. Use Object.FindObjectsByType instead which lets you decide whether you need the results sorted or not. FindObjectsOfType sorts the results by InstanceID but if you do not need this using FindObjectSortMode.None is considerably faster.’
Assets\NatureManufacture Assets\Spline System\Scripts\Editor\RamSplineEditor.cs(80,19): warning CS0618: ‘Object.FindObjectsOfType()’ is obsolete: ‘Object.FindObjectsOfType has been deprecated. Use Object.FindObjectsByType instead which lets you decide whether you need the results sorted or not. FindObjectsOfType sorts the results by InstanceID but if you do not need this using FindObjectSortMode.None is considerably faster.’
Assets\NatureManufacture Assets\Spline System\Scripts\LakePolygon\Editor\LakePolygonEditor.cs(62,17): warning CS0618: ‘Object.FindObjectsOfType()’ is obsolete: ‘Object.FindObjectsOfType has been deprecated. Use Object.FindObjectsByType instead which lets you decide whether you need the results sorted or not. FindObjectsOfType sorts the results by InstanceID but if you do not need this using FindObjectSortMode.None is considerably faster.’
Assets\SimpleLightProbePlacer\Editor\LightProbeGroupControlEditor.cs(82,27): warning CS0618: ‘Object.FindObjectOfType()’ is obsolete: ‘Object.FindObjectOfType has been deprecated. Use Object.FindFirstObjectByType instead or if finding any instance is acceptable the faster Object.FindAnyObjectByType’
Assets\Materials\Editor\StandardDitheringTransparencyShaderGUI.cs(94,59): warning CS0612: ‘ColorPickerHDRConfig’ is obsolete
Assets\Materials\Editor\StandardDitheringTransparencyShaderGUI.cs(266,17): warning CS0618: ‘MaterialEditor.TexturePropertyWithHDRColor(GUIContent, MaterialProperty, MaterialProperty, ColorPickerHDRConfig, bool)’ is obsolete: ‘Use TexturePropertyWithHDRColor(GUIContent label, MaterialProperty textureProp, MaterialProperty colorProperty, bool showAlpha)’
Assets\Editor\EditorExtensions\VideoToTexturesWindow.cs(8,7): warning CS0105: The using directive for ‘UnityEngine’ appeared previously in this namespace
Assets\Materials\Editor\StandardDitheringTransparencyShaderGUI.cs(94,9): warning CS0612: ‘ColorPickerHDRConfig’ is obsolete
Assets\Samples\High Definition RP\12.1.4\Procedural Sky\Editor\ProceduralSky\ProceduralSkyEditor.cs(7,6): warning CS0618: ‘VolumeComponentEditorAttribute’ is obsolete: ‘VolumeComponentEditor property has been deprecated. Please use CustomEditor. #from(2022.2)’
Assets\Tools\ArtIsDarkGames-shader-keywords-tool-unity3d-0e2a76e15307\ShaderKeywordsTool\Shared\BBEditor\Editor\BBEditor.cs(71,41): warning CS0693: Type parameter ‘T’ has the same name as the type parameter from outer type ‘BBEditor’
Assets\AmplifyShaderPack\Assets\Scripts\Global Light Settings\Editor\LightsSettingsController.cs(68,26): warning CS0618: ‘Object.FindObjectsOfType()’ is obsolete: ‘Object.FindObjectsOfType has been deprecated. Use Object.FindObjectsByType instead which lets you decide whether you need the results sorted or not. FindObjectsOfType sorts the results by InstanceID but if you do not need this using FindObjectSortMode.None is considerably faster.’
Assets\Editor\MeshCombineWizard\MeshCombineWizard.cs(115,19): warning CS0618: ‘PrefabUtility.CreateEmptyPrefab(string)’ is obsolete: ‘The concept of creating a completely empty Prefab has been discontinued. You can however use SaveAsPrefabAsset with an empty GameObject.’
Assets\Editor\MeshCombineWizard\MeshCombineWizard.cs(116,49): warning CS0618: ‘ReplacePrefabOptions’ is obsolete: ‘This has turned into the more explicit APIs, SavePrefabAsset, SaveAsPrefabAsset, SaveAsPrefabAssetAndConnect’
Assets\Editor\MeshCombineWizard\MeshCombineWizard.cs(116,3): warning CS0618: ‘PrefabUtility.ReplacePrefab(GameObject, Object, ReplacePrefabOptions)’ is obsolete: ‘Use SaveAsPrefabAsset or SaveAsPrefabAssetAndConnect with a path instead.’
Assets\Editor\ImageEffects\ColorCorrectionLookupEditor.cs(54,25): warning CS0618: ‘TextureImporter.textureFormat’ is obsolete: ‘textureFormat is no longer accessible at the TextureImporter level. For old ‘simple’ formats use the textureCompression property for the equivalent automatic choice (Uncompressed for TrueColor, Compressed and HQCommpressed for 16 bits). For platform specific formats use the [[PlatformTextureSettings]] API. Using this setter will setup various parameters to match the new automatic system as well as possible. Getter will return the last value set.’
Assets\Editor\ImageEffects\ColorCorrectionLookupEditor.cs(54,58): error CS0619: ‘TextureImporterFormat.AutomaticTruecolor’ is obsolete: ‘Enum member TextureImporterFormat.AutomaticTruecolor is obsolete. Use the TextureImporter.textureCompression property instead.’
Assets\Editor\ImageEffects\ColorCorrectionLookupEditor.cs(62,25): warning CS0618: ‘TextureImporter.textureFormat’ is obsolete: ‘textureFormat is no longer accessible at the TextureImporter level. For old ‘simple’ formats use the textureCompression property for the equivalent automatic choice (Uncompressed for TrueColor, Compressed and HQCommpressed for 16 bits). For platform specific formats use the [[PlatformTextureSettings]] API. Using this setter will setup various parameters to match the new automatic system as well as possible. Getter will return the last value set.’
Assets\Editor\ImageEffects\ColorCorrectionLookupEditor.cs(62,57): error CS0619: ‘TextureImporterFormat.AutomaticTruecolor’ is obsolete: ‘Enum member TextureImporterFormat.AutomaticTruecolor is obsolete. Use the TextureImporter.textureCompression property instead.’
Assets\Editor\Steamworks.NET\RedistCopy.cs(27,18): warning CS0618: ‘BuildTarget.StandaloneOSXIntel’ is obsolete: ‘StandaloneOSXIntel has been removed in 2017.3’
Assets\Editor\Steamworks.NET\RedistCopy.cs(27,62): warning CS0618: ‘BuildTarget.StandaloneOSXIntel64’ is obsolete: ‘StandaloneOSXIntel64 has been removed in 2017.3’
Assets\Editor\Water (Pro Only)\Water4\PlanarReflectionEditor.cs(30,7): warning CS0618: ‘SystemInfo.supportsRenderTextures’ is obsolete: ‘supportsRenderTextures always returns true, no need to call it’
Assets\Editor\Water (Pro Only)\Water4\WaterBaseEditor.cs(54,56): warning CS0618: ‘SystemInfo.supportsRenderTextures’ is obsolete: ‘supportsRenderTextures always returns true, no need to call it’
Assets\NatureManufacture Assets\Spline System\Scripts\Editor\MeshColoringRamEditor.cs(18,22): warning CS0618: ‘Object.FindObjectsOfType()’ is obsolete: ‘Object.FindObjectsOfType has been deprecated. Use Object.FindObjectsByType instead which lets you decide whether you need the results sorted or not. FindObjectsOfType sorts the results by InstanceID but if you do not need this using FindObjectSortMode.None is considerably faster.’
Assets\NatureManufacture Assets\Spline System\Scripts\Editor\MeshColoringRamEditor.cs(19,24): warning CS0618: ‘Object.FindObjectsOfType()’ is obsolete: ‘Object.FindObjectsOfType has been deprecated. Use Object.FindObjectsByType instead which lets you decide whether you need the results sorted or not. FindObjectsOfType sorts the results by InstanceID but if you do not need this using FindObjectSortMode.None is considerably faster.’
Assets\NatureManufacture Assets\Spline System\Scripts\Editor\RamSplineEditor.cs(80,19): warning CS0618: ‘Object.FindObjectsOfType()’ is obsolete: ‘Object.FindObjectsOfType has been deprecated. Use Object.FindObjectsByType instead which lets you decide whether you need the results sorted or not. FindObjectsOfType sorts the results by InstanceID but if you do not need this using FindObjectSortMode.None is considerably faster.’
Assets\NatureManufacture Assets\Spline System\Scripts\LakePolygon\Editor\LakePolygonEditor.cs(62,17): warning CS0618: ‘Object.FindObjectsOfType()’ is obsolete: ‘Object.FindObjectsOfType has been deprecated. Use Object.FindObjectsByType instead which lets you decide whether you need the results sorted or not. FindObjectsOfType sorts the results by InstanceID but if you do not need this using FindObjectSortMode.None is considerably faster.’
Assets\SimpleLightProbePlacer\Editor\LightProbeGroupControlEditor.cs(82,27): warning CS0618: ‘Object.FindObjectOfType()’ is obsolete: ‘Object.FindObjectOfType has been deprecated. Use Object.FindFirstObjectByType instead or if finding any instance is acceptable the faster Object.FindAnyObjectByType’
Assets\Materials\Editor\StandardDitheringTransparencyShaderGUI.cs(94,59): warning CS0612: ‘ColorPickerHDRConfig’ is obsolete
Assets\Materials\Editor\StandardDitheringTransparencyShaderGUI.cs(266,17): warning CS0618: ‘MaterialEditor.TexturePropertyWithHDRColor(GUIContent, MaterialProperty, MaterialProperty, ColorPickerHDRConfig, bool)’ is obsolete: ‘Use TexturePropertyWithHDRColor(GUIContent label, MaterialProperty textureProp, MaterialProperty colorProperty, bool showAlpha)’
AssetDatabase: script compilation time: 5.849812s
Total cache size 264262266
Total cache size after purge 264262266
Safe Mode: Only loading a subset of assemblies
Begin MonoManager ReloadAssembly
C:\build\output\Unity-Technologies\mono\mono\metadata\icall.c:1842:
C:\build\output\Unity-Technologies\mono\mono\metadata\icall.c:1842:
C:\build\output\Unity-Technologies\mono\mono\metadata\icall.c:1842:
C:\build\output\Unity-Technologies\mono\mono\metadata\icall.c:1842:
C:\build\output\Unity-Technologies\mono\mono\metadata\icall.c:1842:
C:\build\output\Unity-Technologies\mono\mono\metadata\icall.c:1842:
C:\build\output\Unity-Technologies\mono\mono\metadata\icall.c:1842:
C:\build\output\Unity-Technologies\mono\mono\metadata\icall.c:1842:
C:\build\output\Unity-Technologies\mono\mono\metadata\icall.c:1842:
C:\build\output\Unity-Technologies\mono\mono\metadata\icall.c:1842:
C:\build\output\Unity-Technologies\mono\mono\metadata\icall.c:1842:
C:\build\output\Unity-Technologies\mono\mono\metadata\icall.c:1842:
Unloading broken assembly Library/ScriptAssemblies/Unity.Rider.Editor.dll, this assembly can cause crashes in the runtime
- Loaded All Assemblies, in 0.764 seconds
BatchApplyPropertiesFromSourceAssetDB - monoImporter not found for default reference property
=================================================================
Native Crash Reporting
Got a UNKNOWN while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Managed Stacktrace:
=================================================================
Crash!!!
SymInit: Symbol-SearchPath: ‘C:/Unity/2023.2.1f1/Editor/Data/Mono;.;C:\Repository\GameTest2023\GameTest\GameTests;C:\Repository\GameTest2023\GameTest\GameTests\Library\BurstCache\JIT;C:\Unity\2023.2.1f1\Editor;C:\Windows;C:\Windows\system32;’, symOptions: 534, UserName: ‘user’
OS-Version: 10.0.0
C:\Unity\2023.2.1f1\Editor\Unity.exe:Unity.exe (00007FF606F80000), size: 184320 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 2023.2.1.56730
C:\Windows\SYSTEM32\ntdll.dll:ntdll.dll (00007FF894150000), size: 2064384 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\KERNEL32.DLL:KERNEL32.DLL (00007FF893710000), size: 774144 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\KERNELBASE.dll:KERNELBASE.dll (00007FF891A10000), size: 3104768 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\USER32.dll:USER32.dll (00007FF893440000), size: 1695744 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\win32u.dll:win32u.dll (00007FF891DF0000), size: 139264 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\GDI32.dll:GDI32.dll (00007FF8932D0000), size: 180224 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\gdi32full.dll:gdi32full.dll (00007FF891E20000), size: 1155072 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\msvcp_win.dll:msvcp_win.dll (00007FF891FB0000), size: 643072 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\ucrtbase.dll:ucrtbase.dll (00007FF891910000), size: 1048576 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\IMM32.DLL:IMM32.DLL (00007FF893E90000), size: 196608 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Unity\2023.2.1f1\Editor\Unity.dll:Unity.dll (00007FF806CF0000), size: 80138240 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 2023.2.1.56730
C:\Windows\System32\CRYPT32.dll:CRYPT32.dll (00007FF892050000), size: 1429504 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\ADVAPI32.dll:ADVAPI32.dll (00007FF892F40000), size: 716800 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3693
C:\Windows\System32\msvcrt.dll:msvcrt.dll (00007FF8937D0000), size: 647168 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 7.0.19041.3636
C:\Windows\System32\sechost.dll:sechost.dll (00007FF892FF0000), size: 638976 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Unity\2023.2.1f1\Editor\s3tcompress.dll:s3tcompress.dll (00007FF8560C0000), size: 180224 (result: 0), SymType: ‘-deferred-’, PDB: ‘’
C:\Windows\System32\RPCRT4.dll:RPCRT4.dll (00007FF893300000), size: 1204224 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Unity\2023.2.1f1\Editor\etccompress.dll:etccompress.dll (00007FF855610000), size: 5070848 (result: 0), SymType: ‘-deferred-’, PDB: ‘’
C:\Windows\System32\bcrypt.dll:bcrypt.dll (00007FF8918E0000), size: 159744 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\ole32.dll:ole32.dll (00007FF8935E0000), size: 1224704 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Unity\2023.2.1f1\Editor\compress_bc7e.dll:compress_bc7e.dll (00007FF855F60000), size: 1433600 (result: 0), SymType: ‘-deferred-’, PDB: ‘’
C:\Unity\2023.2.1f1\Editor\ispc_texcomp.dll:ispc_texcomp.dll (00007FF854720000), size: 1826816 (result: 0), SymType: ‘-deferred-’, PDB: ‘’
C:\Windows\System32\combase.dll:combase.dll (00007FF893B30000), size: 3489792 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Unity\2023.2.1f1\Editor\FreeImage.dll:FreeImage.dll (0000000180000000), size: 5783552 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 3.18.0.0
C:\Windows\System32\SETUPAPI.dll:SETUPAPI.dll (00007FF892230000), size: 4644864 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Unity\2023.2.1f1\Editor\libfbxsdk.dll:libfbxsdk.dll (00007FF8548E0000), size: 10067968 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 2020.3.3.0
C:\Windows\System32\WS2_32.dll:WS2_32.dll (00007FF893EC0000), size: 438272 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Unity\2023.2.1f1\Editor\WinPixEventRuntime.dll:WinPixEventRuntime.dll (00007FF88D310000), size: 53248 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 1.0.2201.24001
C:\Windows\System32\cfgmgr32.dll:cfgmgr32.dll (00007FF891DA0000), size: 319488 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\SHELL32.dll:SHELL32.dll (00007FF892700000), size: 7618560 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\SHLWAPI.dll:SHLWAPI.dll (00007FF893240000), size: 348160 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Unity\2023.2.1f1\Editor\umbraoptimizer64.dll:umbraoptimizer64.dll (00007FF8545F0000), size: 1187840 (result: 0), SymType: ‘-deferred-’, PDB: ‘’
C:\Windows\System32\OLEAUT32.dll:OLEAUT32.dll (00007FF893F90000), size: 839680 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\WINTRUST.dll:WINTRUST.dll (00007FF891F40000), size: 421888 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\dwmapi.dll:dwmapi.dll (00007FF88F600000), size: 192512 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\d3d11.dll:d3d11.dll (00007FF88D5F0000), size: 2502656 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\d3d12.dll:d3d12.dll (00007FF8769C0000), size: 155648 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\dxgi.dll:dxgi.dll (00007FF8900F0000), size: 995328 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\HID.DLL:HID.DLL (00007FF8900B0000), size: 53248 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (00007FF890BF0000), size: 241664 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FF83CDF0000), size: 1200128 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FF88C950000), size: 1089536 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\WINMM.dll:WINMM.dll (00007FF87E020000), size: 159744 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\GLU32.dll:GLU32.dll (00007FF83CDA0000), size: 180224 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Unity\2023.2.1f1\Editor\SketchUpAPI.dll:SketchUpAPI.dll (00007FF8537D0000), size: 8990720 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 23.0.0.0
C:\Windows\SYSTEM32\VERSION.dll:VERSION.dll (00007FF88B3C0000), size: 40960 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\MSVCP140.dll:MSVCP140.dll (00007FF86D6E0000), size: 577536 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 14.38.33130.0
C:\Unity\2023.2.1f1\Editor\NativeProxyHelper.dll:NativeProxyHelper.dll (00007FF854430000), size: 1789952 (result: 0), SymType: ‘-deferred-’, PDB: ‘’
C:\Windows\SYSTEM32\VCRUNTIME140_1.dll:VCRUNTIME140_1.dll (00007FF86D6D0000), size: 49152 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 14.38.33130.0
C:\Windows\SYSTEM32\VCRUNTIME140.dll:VCRUNTIME140.dll (00007FF86D6B0000), size: 118784 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 14.38.33130.0
C:\Windows\SYSTEM32\WSOCK32.dll:WSOCK32.dll (00007FF872FC0000), size: 36864 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.1
C:\Windows\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (00007FF88F630000), size: 73728 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Unity\2023.2.1f1\Editor\SketchUpCommonPreferences.dll:SketchUpCommonPreferences.dll (00007FF855590000), size: 499712 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 23.0.0.0
C:\Windows\SYSTEM32\Secur32.dll:Secur32.dll (00007FF87A220000), size: 49152 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\SSPICLI.DLL:SSPICLI.DLL (00007FF8916E0000), size: 204800 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Unity\2023.2.1f1\Editor\OpenRL.dll:OpenRL.dll (000001FA51EA0000), size: 12779520 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 1.5.0.2907
C:\Windows\SYSTEM32\MSVCP100.dll:MSVCP100.dll (000000005A2E0000), size: 622592 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.40219.325
C:\Windows\SYSTEM32\MSVCR100.dll:MSVCR100.dll (000000005A200000), size: 860160 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.40219.325
C:\Unity\2023.2.1f1\Editor\embree.dll:embree.dll (00007FF820B50000), size: 16711680 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 2.14.0.0
C:\Windows\SYSTEM32\MSWSOCK.DLL:MSWSOCK.DLL (00007FF890F00000), size: 434176 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Unity\2023.2.1f1\Editor\tbb.dll:tbb.dll (00007FF855540000), size: 303104 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 2020.3.2022.1111
C:\Unity\2023.2.1f1\Editor\OpenRL_pthread.dll:OpenRL_pthread.dll (000001FA52AF0000), size: 61440 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 2.9.0.0
C:\Windows\SYSTEM32\MSASN1.dll:MSASN1.dll (00007FF891330000), size: 73728 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\bcryptprimitives.dll:bcryptprimitives.dll (00007FF891D10000), size: 532480 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\system32\uxtheme.dll:uxtheme.dll (00007FF88F260000), size: 647168 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\windows.storage.dll:windows.storage.dll (00007FF88F910000), size: 7974912 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3693
C:\Windows\SYSTEM32\Wldp.dll:Wldp.dll (00007FF8911A0000), size: 184320 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\SHCORE.dll:SHCORE.dll (00007FF893870000), size: 708608 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\profapi.dll:profapi.dll (00007FF891760000), size: 151552 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FF8910F0000), size: 98304 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\system32\rsaenh.dll:rsaenh.dll (00007FF890830000), size: 212992 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\CRYPTBASE.dll:CRYPTBASE.dll (00007FF891110000), size: 49152 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\imagehlp.dll:imagehlp.dll (00007FF8932A0000), size: 118784 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\gpapi.dll:gpapi.dll (00007FF8900C0000), size: 143360 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\cryptnet.dll:cryptnet.dll (00007FF889B80000), size: 200704 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\WINNSI.DLL:WINNSI.DLL (00007FF88B470000), size: 45056 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\NSI.dll:NSI.dll (00007FF893430000), size: 32768 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\system32\IconCodecService.dll:IconCodecService.dll (00007FF88D1B0000), size: 36864 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.1
C:\Windows\SYSTEM32\WindowsCodecs.dll:WindowsCodecs.dll (00007FF8898D0000), size: 1785856 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\clbcatq.dll:clbcatq.dll (00007FF894060000), size: 692224 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 2001.12.10941.16384
C:\Windows\System32\netprofm.dll:netprofm.dll (00007FF88D140000), size: 258048 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\npmproxy.dll:npmproxy.dll (00007FF88AC10000), size: 65536 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (00007FF88AA60000), size: 94208 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FF88B2C0000), size: 118784 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\DNSAPI.dll:smile:NSAPI.dll (00007FF890C30000), size: 827392 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\system32\napinsp.dll:napinsp.dll (00007FF867010000), size: 94208 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\system32\pnrpnsp.dll:pnrpnsp.dll (00007FF866FF0000), size: 110592 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\system32\wshbth.dll:wshbth.dll (00007FF866FD0000), size: 86016 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\system32\NLAapi.dll:NLAapi.dll (00007FF88D180000), size: 118784 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\winrnr.dll:winrnr.dll (00007FF866FB0000), size: 73728 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\fwpuclnt.dll:fwpuclnt.dll (00007FF886B80000), size: 524288 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (00007FF889480000), size: 40960 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Unity\2023.2.1f1\Editor\NVUnityPlugin.DLL:NVUnityPlugin.DLL (00007FF8542B0000), size: 1519616 (result: 0), SymType: ‘-deferred-’, PDB: ‘’
C:\Windows\System32\MSCTF.dll:MSCTF.dll (00007FF8939B0000), size: 1130496 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\textinputframework.dll:textinputframework.dll (00007FF886A80000), size: 1024000 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\CoreMessaging.dll:CoreMessaging.dll (00007FF88EE50000), size: 991232 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\CoreUIComponents.dll:CoreUIComponents.dll (00007FF88EAF0000), size: 3518464 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\ntmarta.dll:ntmarta.dll (00007FF890950000), size: 208896 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\wintypes.dll:wintypes.dll (00007FF88E3C0000), size: 1396736 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\system32\explorerframe.dll:explorerframe.dll (00007FF85F880000), size: 2375680 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.3636_none_60b6a03d71f818d5\comctl32.dll:comctl32.dll (00007FF87A860000), size: 2727936 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 6.10.19041.3636
C:\Windows\SYSTEM32\TextShaping.dll:TextShaping.dll (00007FF87CD80000), size: 704512 (result: 0), SymType: ‘-deferred-’, PDB: ‘’
C:\Unity\2023.2.1f1\Editor\Data\Tools\astcenc-avx2.dll:astcenc-avx2.dll (00007FF853770000), size: 364544 (result: 0), SymType: ‘-deferred-’, PDB: ‘’
C:\Windows\SYSTEM32\mfplat.dll:mfplat.dll (00007FF88B930000), size: 1814528 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\RTWorkQ.DLL:RTWorkQ.DLL (00007FF88B380000), size: 212992 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\mfreadwrite.dll:mfreadwrite.dll (00007FF877540000), size: 1089536 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\Mf.dll:Mf.dll (00007FF840320000), size: 540672 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\MFCORE.DLL:MFCORE.DLL (00007FF852120000), size: 4775936 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3693
C:\Windows\SYSTEM32\powrprof.dll:powrprof.dll (00007FF891690000), size: 307200 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\ksuser.dll:ksuser.dll (00007FF88D2C0000), size: 36864 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.1
C:\Windows\SYSTEM32\UMPDC.dll:UMPDC.dll (00007FF891660000), size: 73728 (result: 0), SymType: ‘-deferred-’, PDB: ‘’
C:\Windows\SYSTEM32\CompPkgSup.DLL:CompPkgSup.DLL (00007FF88AC20000), size: 225280 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\Windows.Media.dll:Windows.Media.dll (00007FF83DFE0000), size: 7495680 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\Windows.StateRepositoryPS.dll:Windows.StateRepositoryPS.dll (00007FF877650000), size: 1335296 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\Windows.ApplicationModel.dll:Windows.ApplicationModel.dll (00007FF889A90000), size: 942080 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\twinapi.appcore.dll:twinapi.appcore.dll (00007FF889C00000), size: 2125824 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\AppXDeploymentClient.dll:AppXDeploymentClient.dll (00007FF88BEA0000), size: 1056768 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\MMDevApi.dll:MMDevApi.dll (00007FF88B3E0000), size: 544768 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\System32\DEVOBJ.dll:smile:EVOBJ.dll (00007FF8914F0000), size: 208896 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (00007FF88B6F0000), size: 1581056 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\resourcepolicyclient.dll:resourcepolicyclient.dll (00007FF88F240000), size: 81920 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_0905d5f86c27c241\nvldumdx.dll:nvldumdx.dll (00007FF886860000), size: 770048 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 31.0.15.3758
C:\Windows\SYSTEM32\drvstore.dll:drvstore.dll (00007FF889780000), size: 1343488 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_0905d5f86c27c241\nvwgf2umx.dll:nvwgf2umx.dll (00007FF87E0D0000), size: 99475456 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 31.0.15.3758
C:\Windows\system32\nvspcap64.dll:nvspcap64.dll (00007FF832170000), size: 2953216 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 3.27.0.112
C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_0905d5f86c27c241\Display.NvContainer\MessageBus.dll:MessageBus.dll (00007FF8797D0000), size: 7565312 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 1.22.2758.1620
C:\Windows\SYSTEM32\dxcore.dll:dxcore.dll (00007FF886FA0000), size: 241664 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\system32\wbem\wbemprox.dll:wbemprox.dll (00007FF886F40000), size: 69632 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FF886DB0000), size: 589824 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FF884120000), size: 81920 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\system32\wbem\fastprox.dll:fastprox.dll (00007FF884140000), size: 1093632 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\amsi.dll:amsi.dll (00007FF889290000), size: 126976 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\Windows\SYSTEM32\USERENV.dll:USERENV.dll (00007FF891720000), size: 188416 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.23100.2009-0\MpOav.dll:MpOav.dll (00007FF87DDB0000), size: 507904 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 4.18.23100.2009
C:\Windows\SYSTEM32\opencl.dll:opencl.dll (00007FF84CC60000), size: 1490944 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 3.0.3.0
C:\Unity\2023.2.1f1\Editor\radeonrays.dll:radeonrays.dll (00007FF853410000), size: 557056 (result: 0), SymType: ‘-deferred-’, PDB: ‘’
C:\Unity\2023.2.1f1\Editor\Data\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll:mono-2.0-bdwgc.dll (00007FF820100000), size: 10756096 (result: 0), SymType: ‘-deferred-’, PDB: ‘’
C:\Windows\SYSTEM32\dbghelp.dll:dbghelp.dll (00007FF87B390000), size: 1982464 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3636
========== OUTPUTTING STACK TRACE ==================
0x00007FF807523840 (Unity) Object::IncrementPersistentDirtyIndex
0x00007FF807524C8E (Unity) Object::SetDirty
0x00007FF8091D8E8B (Unity) BatchApplyPropertiesFromSourceAssetDB
0x00007FF8091D958F (Unity) ScriptFactory::BatchRegisterAndCreateObjects
0x00007FF8091DD0D7 (Unity) ScriptFactory::ProcessChanges
0x00007FF8091E131E (Unity) TransientArtifactCoordinator::ProcessScriptAssetsChanges
0x00007FF8090E9302 (Unity) RefreshInternalV2
0x00007FF8090F2ED9 (Unity) StopAssetImportingV2Internal
0x00007FF8090E057D (Unity) InitialRefreshV2
0x00007FF8090A3CAE (Unity) AssetDatabase::InitialRefresh
0x00007FF80890DEF6 (Unity) Application::InitializeProject
0x00007FF808D58E6E (Unity) UnityMain
0x00007FF606F82CDA (Unity) __scrt_common_main_seh
0x00007FF893727344 (KERNEL32) BaseThreadInitThunk
0x00007FF8941A26B1 (ntdll) RtlUserThreadStart
========== END OF STACKTRACE ===========