Editor keeps crashing constantly

I’m using 2022.3.1f1 and the crash still happens. Can I send you the crash log somehow without sharing any personal data?

1 Like

Getting this “EndWrite on null buffer” as well on 2021 LTS (2021.3.27f1, but have been having crashes on several 2021 LTS in the past few months and just now dug deeper). It isn’t quite as often as some users in this thread but still a couple times per day.

1 Like

@richardkettlewell are the crashes in this thread perhaps related to the ones we’re experiencing as well?
Thread: https://forum.unity.com/threads/calling-endwrite-before-beginwrite.1427973/#post-9065428

We are seeing a similar thing on mac in the last few Unity 2021.3 LTS releases. From 2021.3.24 onwards it has been very insta-crashy to destop or beachballs/locks up multiple times a day with similar messages (but not the same - there’s no stack trace). Sometimes we are seeing console error spam like “Calling EndWrite before BeginWrite” constantly before the crash. Filed a bug report that was closed by QA a few days ago because they couldn’t repro it - CASE IN-41273.

Edit: No, I have not tried the latest 2022.3 LTS yet, sorry.

1 Like

Of course, if I can help with anything I’ll be happy to do so. Thanks for paying attention!

Yesterday I installed 2022.3.1f1 on Windows 11 with Nvidia 3090 and I’m getting the same crashes.
I tried using Vulkan and DX12 as suggested in this thread but it didn’t work for me.
I submitted a bug report in April as suggested by the crash reporter that appears after the crash and a nice Unity engineer told me that it seemed to be a problem with DirectX and to try the usual things with Nvidia drivers and etc, but I couldn’t fix nothing.
If you want I can send you some crash reports through private message, I have several.

Thank you very much and kind regards.

1 Like

Yes it looks likely, from reading the info in the bug.

1 Like

switching to dx12 seems solve the problem (temporarily), but still crash while building apk(maybe happened when editor automatically switching to a blank scene and then crash).
had to switch back to dx11 to build.

Built from ‘2022.3/staging’ branch; Version is ‘2022.3.1f1 (f18e0c1b5784) revision 15830540’; Using compiler version ‘192829333’; Build Type ‘Release’
OS: ‘Windows 11 (10.0.22000) 64bit Professional’ Language: ‘en’ Physical Memory: 32536 MB

Calling OnPostBuildPlayerScriptDLLs callbacks. For faster build speeds, consider not using this callback, as we don't need to copy assemblies to the staging area for the incremental player build otherwise.
d3d12: swapchain present failed (887a0005).
d3d12: swapchain present failed (887a0005).
Device removed reason (887a0006).
GfxDevice was not out of Local memory
Local memory usage:
Budget: 16170090496
CurrentUsage: 2978246656
AvailableForReservation: 67108864
CurrentReservation: 8219262976
GfxDevice was not out of Non-Local memory
Non-Local memory usage:
Budget: 16253003776
CurrentUsage: 268877824
AvailableForReservation: 0
CurrentReservation: 8260719616
Set -force-d3d12-debug for more information on device removal
d3d12 : CreateCommittedResource 'TexturesD3D12::CreateTextureInternal() Texture' (32 x 32) format 2 failed (887a0005).
    Device Remove Reason (HRESULT): 0x887a0006
    Device Memory Stats:
        Local AvailableForReservation: 7838 MB, Budget: 15421 MB, CurrentUsage: 1648 MB, CurrentReservation: 64 MB
        Non-local AvailableForReservation: 7878 MB, Budget: 15500 MB, CurrentUsage: 240 MB, CurrentReservation: 0 MB
d3d12: failed to create 2D texture id=1271 w=32 h=32 mips=1 d3dfmt=2
d3d12 : CreateCommittedResource 'TexturesD3D12::CreateTextureInternal() Texture' (32 x 64) format 2 failed (887a0005).
    Device Remove Reason (HRESULT): 0x887a0006
    Device Memory Stats:
        Local AvailableForReservation: 7838 MB, Budget: 15421 MB, CurrentUsage: 1648 MB, CurrentReservation: 64 MB
        Non-local AvailableForReservation: 7878 MB, Budget: 15500 MB, CurrentUsage: 240 MB, CurrentReservation: 0 MB
d3d12: failed to create 2D texture id=1262 w=32 h=64 mips=1 d3dfmt=2
d3d12 : CreateCommittedResource 'TexturesD3D12::CreateTextureInternal() Texture' (64 x 64) format 2 failed (887a0005).
    Device Remove Reason (HRESULT): 0x887a0006
    Device Memory Stats:
        Local AvailableForReservation: 7838 MB, Budget: 15421 MB, CurrentUsage: 1648 MB, CurrentReservation: 64 MB
        Non-local AvailableForReservation: 7878 MB, Budget: 15500 MB, CurrentUsage: 240 MB, CurrentReservation: 0 MB
d3d12: failed to create 2D texture id=1263 w=64 h=64 mips=1 d3dfmt=2
d3d12 : CreateCommittedResource 'BufferD3D12::CreateBufferResource() Buffer' (262144 x 1) format 0 failed (887a0005).
    Device Remove Reason (HRESULT): 0x887a0006
    Device Memory Stats:
        Local AvailableForReservation: 7838 MB, Budget: 15421 MB, CurrentUsage: 1648 MB, CurrentReservation: 64 MB
        Non-local AvailableForReservation: 7878 MB, Budget: 15500 MB, CurrentUsage: 240 MB, CurrentReservation: 0 MB
d3d12: CreateResource for buffer failed.
d3d12: failed to create a buffer of size 262144
d3d12 : CreateCommittedResource 'BufferD3D12::CreateBufferResource() Buffer' (16384 x 1) format 0 failed (887a0005).
    Device Remove Reason (HRESULT): 0x887a0006
    Device Memory Stats:
        Local AvailableForReservation: 7838 MB, Budget: 15421 MB, CurrentUsage: 1648 MB, CurrentReservation: 64 MB
        Non-local AvailableForReservation: 7878 MB, Budget: 15500 MB, CurrentUsage: 240 MB, CurrentReservation: 0 MB
d3d12: CreateResource for buffer failed.
d3d12: failed to create a buffer of size 16384
d3d12 : CreateCommittedResource 'BufferD3D12::CreateBufferResource() Buffer' (524288 x 1) format 0 failed (887a0005).
    Device Remove Reason (HRESULT): 0x887a0006
    Device Memory Stats:
        Local AvailableForReservation: 7838 MB, Budget: 15421 MB, CurrentUsage: 1648 MB, CurrentReservation: 64 MB
        Non-local AvailableForReservation: 7878 MB, Budget: 15500 MB, CurrentUsage: 240 MB, CurrentReservation: 0 MB
d3d12: CreateResource for buffer failed.
d3d12: failed to create a buffer of size 524288
d3d12 : CreateCommittedResource 'BufferD3D12::CreateBufferResource() Buffer' (32768 x 1) format 0 failed (887a0005).
    Device Remove Reason (HRESULT): 0x887a0006
    Device Memory Stats:
        Local AvailableForReservation: 7838 MB, Budget: 15421 MB, CurrentUsage: 1648 MB, CurrentReservation: 64 MB
        Non-local AvailableForReservation: 7878 MB, Budget: 15500 MB, CurrentUsage: 240 MB, CurrentReservation: 0 MB
d3d12: CreateResource for buffer failed.
d3d12: failed to create a buffer of size 32768
d3d12: CreateCommittedResource failed for a 2D render texture (887a0005).
d3d12: CreateCommittedResource failed for a 2D render texture (887a0005).
d3d12: CreateCommittedResource failed for a 2D render texture (887a0005).
d3d12: CreateCommittedResource failed for a 2D render texture (887a0005).
d3d12 : CreateCommittedResource 'TexturesD3D12::CreateTextureInternal() Texture' (64 x 64) format 2 failed (887a0005).
    Device Remove Reason (HRESULT): 0x887a0006
    Device Memory Stats:
        Local AvailableForReservation: 7838 MB, Budget: 15421 MB, CurrentUsage: 1648 MB, CurrentReservation: 64 MB
        Non-local AvailableForReservation: 7878 MB, Budget: 15500 MB, CurrentUsage: 240 MB, CurrentReservation: 0 MB
d3d12: failed to create 2D texture id=1263 w=64 h=64 mips=1 d3dfmt=2
Crash!!!
SymInit: Symbol-SearchPath: 'C:/Program Files/Unity/Hub/Editor/2022.3.1f1/Editor/Data/Mono;.;E:\Unity\XXXX;E:\Unity\XXXX\Library\BurstCache\JIT;C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor;C:\Windows;C:\Windows\system32;', symOptions: 534, UserName: 'colin'
OS-Version: 10.0.0
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\Unity.exe:Unity.exe (00007FF7C9AC0000), size: 79589376 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2022.3.1.36364
C:\Windows\SYSTEM32\ntdll.dll:ntdll.dll (00007FFD2FCC0000), size: 2134016 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\System32\KERNEL32.DLL:KERNEL32.DLL (00007FFD2F6B0000), size: 778240 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\System32\KERNELBASE.dll:KERNELBASE.dll (00007FFD2D320000), size: 3686400 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\System32\CRYPT32.dll:CRYPT32.dll (00007FFD2D6E0000), size: 1482752 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1936
C:\Windows\System32\ucrtbase.dll:ucrtbase.dll (00007FFD2D160000), size: 1118208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\USER32.dll:USER32.dll (00007FFD2F2E0000), size: 1757184 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1761
C:\Windows\System32\win32u.dll:win32u.dll (00007FFD2D6B0000), size: 155648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\System32\GDI32.dll:GDI32.dll (00007FFD2DF10000), size: 172032 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1880
C:\Windows\System32\gdi32full.dll:gdi32full.dll (00007FFD2D990000), size: 1175552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1880
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\s3tcompress.dll:s3tcompress.dll (00007FFD17910000), size: 180224 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\System32\msvcp_win.dll:msvcp_win.dll (00007FFD2D280000), size: 643072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\ispc_texcomp.dll:ispc_texcomp.dll (00007FFC6AE00000), size: 1740800 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\System32\ADVAPI32.dll:ADVAPI32.dll (00007FFD2ECE0000), size: 716800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1880
C:\Windows\System32\msvcrt.dll:msvcrt.dll (00007FFD2DB20000), size: 667648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.22000.1
C:\Windows\System32\sechost.dll:sechost.dll (00007FFD2DE70000), size: 647168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1880
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\compress_bc7e.dll:compress_bc7e.dll (00007FFC6ACA0000), size: 1441792 (result: 0), SymType: '-deferred-', PDB: ''
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\etccompress.dll:etccompress.dll (00007FFC6AFB0000), size: 5066752 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\System32\RPCRT4.dll:RPCRT4.dll (00007FFD2F490000), size: 1183744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1936
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\FreeImage.dll:FreeImage.dll (0000000180000000), size: 6582272 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.18.0.0
C:\Windows\System32\SHELL32.dll:SHELL32.dll (00007FFD2E470000), size: 8146944 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\WinPixEventRuntime.dll:WinPixEventRuntime.dll (00007FFD26A60000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.0.1812.6001
C:\Windows\System32\SHLWAPI.dll:SHLWAPI.dll (00007FFD2FC20000), size: 380928 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\ole32.dll:ole32.dll (00007FFD2DC60000), size: 1679360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1936
C:\Windows\System32\combase.dll:combase.dll (00007FFD2DF40000), size: 3629056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1641
C:\Windows\System32\IMM32.dll:IMM32.dll (00007FFD2F770000), size: 200704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1641
C:\Windows\System32\WS2_32.dll:WS2_32.dll (00007FFD2EE00000), size: 454656 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\SETUPAPI.dll:SETUPAPI.dll (00007FFD2EE70000), size: 4636672 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\System32\OLEAUT32.dll:OLEAUT32.dll (00007FFD2F7B0000), size: 876544 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\umbraoptimizer64.dll:umbraoptimizer64.dll (00007FFC6AB70000), size: 1187840 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\System32\WINTRUST.dll:WINTRUST.dll (00007FFD2DAB0000), size: 421888 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1761
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\libfbxsdk.dll:libfbxsdk.dll (00007FFC6B490000), size: 10067968 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2020.3.3.0
C:\Windows\SYSTEM32\GLU32.dll:GLU32.dll (00007FFCB2810000), size: 184320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1042
C:\Windows\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FFCB2900000), size: 1052672 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1042
C:\Windows\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (00007FFD2BD60000), size: 184320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.282
C:\Windows\SYSTEM32\MSVCP140.dll:MSVCP140.dll (00007FFD03580000), size: 581632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.34.31938.0
C:\Windows\SYSTEM32\VCRUNTIME140.dll:VCRUNTIME140.dll (00007FFD03560000), size: 110592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.34.31938.0
C:\Windows\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FFD255E0000), size: 1126400 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1880
C:\Windows\SYSTEM32\WINMM.dll:WINMM.dll (00007FFD22C50000), size: 208896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\bcrypt.dll:bcrypt.dll (00007FFD2CB40000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1455
C:\Windows\SYSTEM32\HID.DLL:HID.DLL (00007FFD2BAB0000), size: 57344 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\dwmapi.dll:dwmapi.dll (00007FFD2A7C0000), size: 192512 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.41
C:\Windows\SYSTEM32\VERSION.dll:VERSION.dll (00007FFD216B0000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\WSOCK32.dll:WSOCK32.dll (00007FFCDBC70000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\SketchUpAPI.dll:SketchUpAPI.dll (00007FFC6A2D0000), size: 8990720 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 23.0.0.0
C:\Windows\SYSTEM32\VCRUNTIME140_1.dll:VCRUNTIME140_1.dll (00007FFD0C920000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.34.31938.0
C:\Windows\SYSTEM32\dxcore.dll:dxcore.dll (00007FFD2A720000), size: 229376 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.653
C:\Windows\SYSTEM32\Secur32.dll:Secur32.dll (00007FFD0FB80000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.675
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\SketchUpCommonPreferences.dll:SketchUpCommonPreferences.dll (00007FFCCA090000), size: 499712 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 23.0.0.0
C:\Windows\SYSTEM32\SSPICLI.DLL:SSPICLI.DLL (00007FFD2C550000), size: 270336 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1880
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\OpenRL.dll:OpenRL.dll (000001F604960000), size: 12779520 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.5.0.2907
C:\Windows\SYSTEM32\MSVCP100.dll:MSVCP100.dll (0000000057DA0000), size: 622592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.40219.325
C:\Windows\SYSTEM32\cfgmgr32.DLL:cfgmgr32.DLL (00007FFD2CE30000), size: 311296 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\MSVCR100.dll:MSVCR100.dll (0000000057E40000), size: 860160 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.40219.325
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\embree.dll:embree.dll (00007FFC692E0000), size: 16711680 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.14.0.0
C:\Windows\SYSTEM32\MSWSOCK.DLL:MSWSOCK.DLL (00007FFD2C770000), size: 421888 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\tbb.dll:tbb.dll (00007FFCA2E90000), size: 413696 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2017.0.2016.1004
C:\Windows\SYSTEM32\MSVCR120.dll:MSVCR120.dll (00007FFC691F0000), size: 978944 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 12.0.40664.0
C:\Windows\SYSTEM32\MSVCP120.dll:MSVCP120.dll (00007FFC69140000), size: 679936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 12.0.40664.0
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\OpenRL_pthread.dll:OpenRL_pthread.dll (000001F6055B0000), size: 61440 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.9.0.0
C:\Windows\SYSTEM32\MSASN1.dll:MSASN1.dll (00007FFD2CA20000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1219
C:\Windows\System32\bcryptprimitives.dll:bcryptprimitives.dll (00007FFD2D910000), size: 520192 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1455
C:\Windows\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (00007FFD2C220000), size: 98304 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.71
C:\Windows\system32\uxtheme.dll:uxtheme.dll (00007FFD27740000), size: 704512 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.832
C:\ProgramData\A-Volute\A-Volute.Nahimic\Modules\Scheduled\x64\AudioDevProps2.dll:AudioDevProps2.dll (00007FFCD0D00000), size: 1282048 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.6.21.0
C:\Windows\SYSTEM32\windows.storage.dll:windows.storage.dll (00007FFD2B240000), size: 8798208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1761
C:\Windows\SYSTEM32\wintypes.dll:wintypes.dll (00007FFD2B0D0000), size: 1470464 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1761
C:\Windows\System32\SHCORE.dll:SHCORE.dll (00007FFD2F5C0000), size: 958464 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.613
C:\Windows\SYSTEM32\profapi.dll:profapi.dll (00007FFD2D090000), size: 135168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FFD2C9C0000), size: 98304 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\system32\rsaenh.dll:rsaenh.dll (00007FFD2C240000), size: 217088 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.282
C:\Windows\SYSTEM32\CRYPTBASE.dll:CRYPTBASE.dll (00007FFD2C9E0000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\imagehlp.dll:imagehlp.dll (00007FFD2DC40000), size: 126976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\gpapi.dll:gpapi.dll (00007FFD2C800000), size: 147456 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1817
C:\Windows\System32\cryptnet.dll:cryptnet.dll (00007FFD21570000), size: 200704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\WINNSI.DLL:WINNSI.DLL (00007FFD25B10000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\NSI.dll:NSI.dll (00007FFD2EC40000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\system32\IconCodecService.dll:IconCodecService.dll (00007FFD21A20000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\WindowsCodecs.dll:WindowsCodecs.dll (00007FFD21E50000), size: 1761280 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1042
C:\Windows\System32\clbcatq.dll:clbcatq.dll (00007FFD2E2D0000), size: 716800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2001.12.10941.16384
C:\Windows\System32\netprofm.dll:netprofm.dll (00007FFD26290000), size: 466944 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1880
C:\Windows\System32\npmproxy.dll:npmproxy.dll (00007FFD22C10000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1880
C:\Windows\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (00007FFD255A0000), size: 102400 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1641
C:\Windows\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FFD257D0000), size: 122880 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1641
C:\Windows\SYSTEM32\DNSAPI.dll:smile:NSAPI.dll (00007FFD2BD90000), size: 946176 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\system32\napinsp.dll:napinsp.dll (00007FFD0A880000), size: 94208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\system32\pnrpnsp.dll:pnrpnsp.dll (00007FFD0A860000), size: 110592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\winrnr.dll:winrnr.dll (00007FFD0A810000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\system32\wshbth.dll:wshbth.dll (00007FFD22BD0000), size: 86016 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.653
C:\Windows\system32\nlansp_c.dll:nlansp_c.dll (00007FFD0A7F0000), size: 126976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.653
C:\Windows\System32\fwpuclnt.dll:fwpuclnt.dll (00007FFD242B0000), size: 532480 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1880
C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (00007FFD240E0000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\NVUnityPlugin.DLL:NVUnityPlugin.DLL (00007FFC68FC0000), size: 1531904 (result: 0), SymType: '-deferred-', PDB: ''
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\Data\Tools\astcenc-avx2.dll:astcenc-avx2.dll (00007FFC68F30000), size: 540672 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\System32\MSCTF.dll:MSCTF.dll (00007FFD2F940000), size: 1167360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1641
C:\Windows\SYSTEM32\textinputframework.dll:textinputframework.dll (00007FFD03750000), size: 1228800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\SYSTEM32\CoreMessaging.dll:CoreMessaging.dll (00007FFD27300000), size: 1249280 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1042
C:\Windows\SYSTEM32\CoreUIComponents.dll:CoreUIComponents.dll (00007FFD22E80000), size: 3592192 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.132
C:\Windows\system32\Oleacc.dll:Oleacc.dll (00007FFD15810000), size: 430080 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.2.22000.1
C:\Windows\system32\explorerframe.dll:explorerframe.dll (00007FFCFB1C0000), size: 2555904 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.708
C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22000.120_none_9d947278b86cc467\comctl32.dll:comctl32.dll (00007FFD15930000), size: 2772992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.10.22000.120
C:\Windows\SYSTEM32\TextShaping.dll:TextShaping.dll (00007FFCF52E0000), size: 712704 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\SYSTEM32\mfplat.dll:mfplat.dll (00007FFD236C0000), size: 1892352 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1880
C:\Windows\SYSTEM32\RTWorkQ.DLL:RTWorkQ.DLL (00007FFD23DE0000), size: 204800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\mfreadwrite.dll:mfreadwrite.dll (00007FFC68E00000), size: 1183744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1761
C:\Windows\SYSTEM32\Mf.dll:Mf.dll (00007FFD0B490000), size: 569344 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1761
C:\Windows\SYSTEM32\MFCORE.DLL:MFCORE.DLL (00007FFD0AEC0000), size: 4026368 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\SYSTEM32\CompPkgSup.DLL:CompPkgSup.DLL (00007FFD19070000), size: 249856 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.653
C:\Windows\System32\Windows.Media.dll:Windows.Media.dll (00007FFD011D0000), size: 8232960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1335
C:\Windows\System32\Windows.ApplicationModel.dll:Windows.ApplicationModel.dll (00007FFD144B0000), size: 983040 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1281
C:\Windows\System32\AppXDeploymentClient.dll:AppXDeploymentClient.dll (00007FFD23890000), size: 1302528 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\SYSTEM32\urlmon.dll:urlmon.dll (00007FFD23E20000), size: 2027520 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 11.0.22000.2003
C:\Windows\System32\srvcli.dll:srvcli.dll (00007FFD23CC0000), size: 163840 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.613
C:\Windows\System32\iertutil.dll:iertutil.dll (00007FFD23A00000), size: 2830336 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 11.0.22000.1936
C:\Windows\System32\netutils.dll:netutils.dll (00007FFD2BEF0000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.434
C:\Windows\System32\Windows.StateRepositoryPS.dll:Windows.StateRepositoryPS.dll (00007FFD148F0000), size: 1261568 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\SYSTEM32\windows.staterepositoryclient.dll:windows.staterepositoryclient.dll (00007FFD180F0000), size: 253952 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\SYSTEM32\windows.staterepositorycore.dll:windows.staterepositorycore.dll (00007FFD21B10000), size: 110592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\System32\Windows.ApplicationModel.Store.dll:Windows.ApplicationModel.Store.dll (00007FFC68B80000), size: 2588672 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\System32\OneCoreUAPCommonProxyStub.dll:OneCoreUAPCommonProxyStub.dll (00007FFD20730000), size: 8482816 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1761
C:\Windows\SYSTEM32\usermgrcli.dll:usermgrcli.dll (00007FFD26140000), size: 94208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\MMDevApi.dll:MMDevApi.dll (00007FFD1F8F0000), size: 634880 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1042
C:\Windows\System32\DEVOBJ.dll:smile:EVOBJ.dll (00007FFD2CE80000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\AudioSes.dll:AudioSes.dll (00007FFD13A40000), size: 1912832 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.708
C:\ProgramData\A-Volute\A-Volute.Nahimic\Modules\Scheduled\x64\ProductInfo.dll:ProductInfo.dll (00007FFCEAF30000), size: 421888 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.9.17.0
C:\ProgramData\A-Volute\A-Volute.Nahimic\Modules\Scheduled\x64\ASM.Plugin.AudioDevProps2.dll:ASM.Plugin.AudioDevProps2.dll (00007FFCA55A0000), size: 274432 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.0.1.0
C:\Windows\SYSTEM32\resourcepolicyclient.dll:resourcepolicyclient.dll (00007FFD2A7A0000), size: 86016 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\powrprof.dll:powrprof.dll (00007FFD2BAC0000), size: 315392 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\UMPDC.dll:UMPDC.dll (00007FFD2BBB0000), size: 77824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
E:\Unity\XXXX\Packages\PICO Unity IntegrationSDK-214-20230302\SpatialAuido\Plugins\Win\x64\PicoAmbisonicDecoder.dll:PicoAmbisonicDecoder.dll (00007FFC68900000), size: 2592768 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\SYSTEM32\d3d12.dll:d3d12.dll (00007FFD12FE0000), size: 139264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1761
C:\Windows\SYSTEM32\dxgi.dll:dxgi.dll (00007FFD27870000), size: 995328 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1761
C:\Windows\SYSTEM32\directxdatabasehelper.dll:directxdatabasehelper.dll (00007FFD24180000), size: 278528 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.653
C:\Windows\SYSTEM32\ntmarta.dll:ntmarta.dll (00007FFD2C2E0000), size: 212992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\D3D12Core.dll:smile:3D12Core.dll (00007FFC686F0000), size: 2117632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1761
C:\Windows\System32\DriverStore\FileRepository\nvmisig.inf_amd64_e11caa7a98a62a03\nvldumdx.dll:nvldumdx.dll (00007FFD1FEA0000), size: 770048 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 31.0.15.3598
C:\Windows\SYSTEM32\drvstore.dll:drvstore.dll (00007FFD213F0000), size: 1380352 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\SYSTEM32\wldp.dll:wldp.dll (00007FFD2CA90000), size: 258048 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1761
C:\Windows\System32\DriverStore\FileRepository\nvmisig.inf_amd64_e11caa7a98a62a03\nvwgf2umx.dll:nvwgf2umx.dll (00007FFD19520000), size: 99463168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 31.0.15.3598
C:\Windows\system32\nvspcap64.dll:nvspcap64.dll (00007FFCE16B0000), size: 2953216 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.27.0.112
C:\Windows\System32\DriverStore\FileRepository\nvmisig.inf_amd64_e11caa7a98a62a03\Display.NvContainer\MessageBus.dll:MessageBus.dll (00007FFD11C80000), size: 7565312 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.22.2758.1620
C:\Windows\SYSTEM32\D3DSCache.dll:smile:3DSCache.dll (00007FFCCA060000), size: 184320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.65
C:\Windows\SYSTEM32\USERENV.dll:USERENV.dll (00007FFD2C870000), size: 167936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\twinapi.appcore.dll:twinapi.appcore.dll (00007FFD21090000), size: 2514944 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1761
C:\Windows\SYSTEM32\d3d11.dll:d3d11.dll (00007FFD22740000), size: 2621440 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1880
C:\Windows\SYSTEM32\d3d11on12.dll:d3d11on12.dll (00007FFC68650000), size: 626688 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\SYSTEM32\DXGIDebug.dll:smile:XGIDebug.dll (00007FFC6C520000), size: 368640 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\system32\wbem\wbemprox.dll:wbemprox.dll (00007FFD215C0000), size: 65536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FFD20440000), size: 532480 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FFD1F9C0000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\system32\wbem\fastprox.dll:fastprox.dll (00007FFD1F9E0000), size: 1024000 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\amsi.dll:amsi.dll (00007FFD18F20000), size: 143360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1042
C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.23050.3-0\MpOav.dll:MpOav.dll (00007FFD18EA0000), size: 503808 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 4.18.23050.3
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\cudart64_90.dll:cudart64_90.dll (00007FFC6C370000), size: 397312 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.14.11.9000
C:\Windows\SYSTEM32\opencl.dll:opencl.dll (00007FFC68190000), size: 1490944 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.0.3.0
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\radeonrays.dll:radeonrays.dll (00007FFC685C0000), size: 557056 (result: 0), SymType: '-deferred-', PDB: ''
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\Data\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll:mono-2.0-bdwgc.dll (00007FFC67760000), size: 10682368 (result: 0), SymType: '-deferred-', PDB: ''
E:\Unity\XXXX\Library\PackageCache\com.unity.burst@1.8.4\.Runtime\burst-llvm-14.dll:burst-llvm-14.dll (00007FFC07D50000), size: 53215232 (result: 0), SymType: '-deferred-', PDB: ''
E:\Unity\XXXX\Library\PackageCache\com.unity.burst@1.8.4\.Runtime\MonoDebuggerHandling.dll:MonoDebuggerHandling.dll (00007FFC63C50000), size: 385024 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\system32\apphelp.dll:apphelp.dll (00007FFD27600000), size: 598016 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1880
C:\Windows\system32\dataexchange.dll:dataexchange.dll (00007FFD11000000), size: 380928 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\dcomp.dll:dcomp.dll (00007FFD231F0000), size: 2199552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
E:\Unity\XXXX\Library\BurstCache\JIT\4b578e8e983fc0816487b9810e09144f.dll:4b578e8e983fc0816487b9810e09144f.dll (00007FFC63620000), size: 24576 (result: 0), SymType: '-deferred-', PDB: ''
E:\Unity\XXXX\Library\BurstCache\JIT\e233191b755f96884d10204918a5bbab.dll:e233191b755f96884d10204918a5bbab.dll (00007FFC63610000), size: 24576 (result: 0), SymType: '-deferred-', PDB: ''
E:\Unity\XXXX\Library\BurstCache\JIT\ebc9bca55fb85ef8ac2133c8a2ef575a.dll:ebc9bca55fb85ef8ac2133c8a2ef575a.dll (00007FFC63600000), size: 16384 (result: 0), SymType: '-deferred-', PDB: ''
E:\Unity\XXXX\Library\BurstCache\JIT\e38cb95c3f7d81b0d7793dbb53338e53.dll:e38cb95c3f7d81b0d7793dbb53338e53.dll (00007FFC635F0000), size: 57344 (result: 0), SymType: '-deferred-', PDB: ''
E:\Unity\XXXX\Library\BurstCache\JIT\970607770190fbdfd31c39739a936ede.dll:970607770190fbdfd31c39739a936ede.dll (00007FFC635E0000), size: 36864 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\System32\Windows.Gaming.Input.dll:Windows.Gaming.Input.dll (00007FFD21300000), size: 950272 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\SYSTEM32\inputhost.dll:inputhost.dll (00007FFCFF5B0000), size: 1871872 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.168
C:\Windows\SYSTEM32\xinput1_3.dll:xinput1_3.dll (0000000000400000), size: 122880 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 9.18.944.0
C:\Windows\SYSTEM32\PROPSYS.dll:PROPSYS.dll (00007FFD265D0000), size: 1011712 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.22000.37
C:\Windows\System32\Windows.FileExplorer.Common.dll:Windows.FileExplorer.Common.dll (00007FFCFFC20000), size: 487424 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1641
C:\Windows\SYSTEM32\edputil.dll:edputil.dll (00007FFCFFBF0000), size: 155648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\VAULTCLI.dll:VAULTCLI.dll (00007FFCFFA50000), size: 364544 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.613
C:\Windows\SYSTEM32\virtdisk.dll:virtdisk.dll (00007FFCFFCD0000), size: 77824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.65
C:\Windows\SYSTEM32\FLTLIB.DLL:FLTLIB.DLL (00007FFD06920000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.653
C:\Windows\System32\cldapi.dll:cldapi.dll (00007FFCFFA20000), size: 139264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.653
C:\Windows\System32\appresolver.dll:appresolver.dll (00007FFD12630000), size: 704512 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1281
C:\Windows\System32\Bcp47Langs.dll:Bcp47Langs.dll (00007FFD05DB0000), size: 413696 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.71
C:\Windows\SYSTEM32\dxilconv.dll:dxilconv.dll (00007FFC63470000), size: 1474560 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 101.6.2104.33
C:\Windows\System32\comdlg32.dll:comdlg32.dll (00007FFD2E380000), size: 966656 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.778
C:\Windows\System32\DUI70.dll:smile:UI70.dll (00007FFCEF3E0000), size: 1830912 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\DUser.dll:smile:User.dll (00007FFCEFE80000), size: 626688 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\thumbcache.dll:thumbcache.dll (00007FFD0AC50000), size: 417792 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.51
C:\Windows\System32\Windows.UI.FileExplorer.dll:Windows.UI.FileExplorer.dll (00007FFCFA650000), size: 847872 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1641
C:\Windows\System32\uiautomationcore.dll:uiautomationcore.dll (00007FFCF4020000), size: 4452352 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.2.22000.1761
C:\Windows\SYSTEM32\sxs.dll:sxs.dll (00007FFD2CFD0000), size: 663552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1761
C:\Windows\SYSTEM32\atlthunk.dll:atlthunk.dll (00007FFD13820000), size: 53248 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\StructuredQuery.dll:StructuredQuery.dll (00007FFD10DC0000), size: 745472 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.22000.1
C:\Windows\System32\Windows.System.Launcher.dll:Windows.System.Launcher.dll (00007FFD188D0000), size: 1286144 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1165
C:\Windows\System32\msvcp110_win.dll:msvcp110_win.dll (00007FFD261F0000), size: 598016 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\system32\Windows.Storage.Search.dll:Windows.Storage.Search.dll (00007FFCF1A00000), size: 880640 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1641
C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll:tiptsf.dll (00007FFCED3A0000), size: 679936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.71
C:\Windows\SYSTEM32\MPR.dll:MPR.dll (00007FFD0CB20000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.778
C:\Windows\System32\coml2.dll:coml2.dll (00007FFD2F8A0000), size: 503808 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\p9np.dll:p9np.dll (00007FFC6E980000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1281
C:\Windows\System32\drprov.dll:drprov.dll (00007FFD21C00000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\ntlanman.dll:ntlanman.dll (00007FFC6E960000), size: 126976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1574
C:\Windows\System32\davclnt.dll:davclnt.dll (00007FFC6D040000), size: 122880 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\WINSTA.dll:WINSTA.dll (00007FFD2BE80000), size: 409600 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1042
C:\Windows\SYSTEM32\LINKINFO.dll:LINKINFO.dll (00007FFD0B670000), size: 53248 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\wkscli.dll:wkscli.dll (00007FFD25350000), size: 106496 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.613
C:\Windows\SYSTEM32\cscapi.dll:cscapi.dll (00007FFD073A0000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\system32\NetworkExplorer.dll:NetworkExplorer.dll (00007FFD10FE0000), size: 98304 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.51
C:\Windows\System32\dlnashext.dll:dlnashext.dll (00007FFCFA5F0000), size: 356352 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\PlayToDevice.dll:PlayToDevice.dll (00007FFCC3DB0000), size: 450560 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.653
C:\Windows\System32\DevDispItemProvider.dll:smile:evDispItemProvider.dll (00007FFD100D0000), size: 135168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.653
C:\Windows\System32\twinapi.dll:twinapi.dll (00007FFD0B570000), size: 819200 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.708
C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.22000.2003_none_4c4fc4c1c574dc79\gdiplus.dll:gdiplus.dll (00007FFD15BE0000), size: 1781760 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.2003
C:\Windows\System32\PortableDeviceApi.dll:PortableDeviceApi.dll (00007FFCF1AE0000), size: 647168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\PortableDeviceTypes.dll:PortableDeviceTypes.dll (00007FFD0FD00000), size: 200704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\EhStorShell.dll:EhStorShell.dll (00007FFCF5470000), size: 225280 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\System32\EhStorAPI.dll:EhStorAPI.dll (00007FFD024E0000), size: 151552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.653
C:\Windows\System32\WTSAPI32.dll:WTSAPI32.dll (00007FFD24A80000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\SYSTEM32\ntshrui.dll:ntshrui.dll (00007FFCF1700000), size: 524288 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.434
C:\Program Files (x86)\Internet Download Manager\IDMShellExt64.dll:IDMShellExt64.dll (00007FFD13DA0000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.38.18.26
C:\Users\colin\AppData\Roaming\baidu\BaiduNetdisk\YunShellExtV164.dll:YunShellExtV164.dll (00007FFCF54B0000), size: 2510848 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.28.1.6
C:\Program Files (x86)\Common Files\Adobe\CoreSyncExtension\CoreSync_x64.dll:CoreSync_x64.dll (00007FFCF59C0000), size: 741376 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.5.3.1
C:\Windows\System32\cscui.dll:cscui.dll (00007FFCF5390000), size: 860160 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1
C:\Windows\system32\mssprxy.dll:mssprxy.dll (00007FFCFAB30000), size: 176128 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.22000.2003
C:\Windows\SYSTEM32\policymanager.dll:policymanager.dll (00007FFD264E0000), size: 655360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1880
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\Data\MonoBleedingEdge\EmbedRuntime\MonoPosixHelper.dll:MonoPosixHelper.dll (00007FFC62AF0000), size: 626688 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\SYSTEM32\dbghelp.dll:dbghelp.dll (00007FFD2AC70000), size: 2232320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1

========== OUTPUTTING STACK TRACE ==================

0x00007FF7CAD2B65E (Unity) BufferD3D12::BeginWrite
0x00007FF7CAAC675F (Unity) GfxDevice::UpdateBufferRanges
0x00007FF7CC3AF49D (Unity) GfxDeviceWorker::RunCommand
0x00007FF7CC3B263B (Unity) GfxDeviceWorker::RunExt
0x00007FF7CC3B2758 (Unity) GfxDeviceWorker::RunGfxDeviceWorker
0x00007FF7CAA01E67 (Unity) Thread::RunThreadWrapper
0x00007FFD2F6C55A0 (KERNEL32) BaseThreadInitThunk
0x00007FFD2FCC485B (ntdll) RtlUserThreadStart

========== END OF STACKTRACE ===========

Happening for me as well quite a lot, using 2022.3.1f1 quite frustrating as a new user of Unity.

Here’s the editor log if its helpful:

[Licensing::Module] Trying to connect to existing licensing client channel...
[Licensing::IpcConnector] Successfully connected to the License Client on channel: "LicenseClient-zfp"
[Licensing::Client] Handshaking with LicensingClient:
  Version:                 1.12.1+9338cad
  Session Id:              1c0f479b26fc4db8b4f2caf2dc8a428c
  Correlation Id:          42785cb2ce67d74c25f7e3b614d6f6fd
  External correlation Id: 5664959736530207042
  Machine Id:              L+JGfxKn27zGHOM/5aPHj/FTf3g=
[Licensing::Module] Successfully connected to LicensingClient on channel: "LicenseClient-zfp" (connect: 0.00s, validation: 0.01s, handshake: 0.78s)
[Licensing::IpcConnector] Successfully connected to the License Notification on channel: "LicenseClient-zfp-notifications"
[Licensing::Client] Successfully updated the access token
[Licensing::Module] Successfully updated the access token KWQvYQ6Gh6...
[Licensing::Client] Successfully updated license
Built from '2022.3/staging' branch; Version is '2022.3.1f1 (f18e0c1b5784) revision 15830540'; Using compiler version '192829333'; Build Type 'Release'
OS: 'Windows 10  (10.0.19045) 64bit Core' Language: 'en' Physical Memory: 32622 MB
[Licensing::Client] Successfully resolved entitlements
[Licensing::Module] Serial number assigned to: "F4-6KZ6-TDC6-C9SU-5N7K-XXXX"
BatchMode: 0, IsHumanControllingUs: 1, StartBugReporterOnCrash: 1, Is64bit: 1, IsPro: 0

COMMAND LINE ARGUMENTS:
C:\PrExiting without the bug reporter. Application will terminate with return code 0s\zfp\Documents\Unity projects\TurnBasedStrategy
-useHub
-hubIPC
-cloudEnvironment
production
-licensingIpc
LicenseClient-zfp
-hubSessionId
7def9233-5db7-4d42-9bbe-7fc98c2aa1da
-accessToken
KWQvYQ6Gh626BhH6rqQ5YKzEzX-arGqTLfiP34zLPPU001f
Successfully changed project path to: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy
C:/Users/zfp/Documents/Unity projects/TurnBasedStrategy
[UnityMemory] Configuration Parameters - Can be set up in boot.config
    "memorysetup-bucket-allocator-granularity=16"
    "memorysetup-bucket-allocator-bucket-count=8"
    "memorysetup-bucket-allocator-block-size=33554432"
    "memorysetup-bucket-allocator-block-count=8"
    "memorysetup-main-allocator-block-size=16777216"
    "memorysetup-thread-allocator-block-size=16777216"
    "memorysetup-gfx-main-allocator-block-size=16777216"
    "memorysetup-gfx-thread-allocator-block-size=16777216"
    "memorysetup-cache-allocator-block-size=4194304"
    "memorysetup-typetree-allocator-block-size=2097152"
    "memorysetup-profiler-bucket-allocator-granularity=16"
    "memorysetup-profiler-bucket-allocator-bucket-count=8"
    "memorysetup-profiler-bucket-allocator-block-size=33554432"
    "memorysetup-profiler-bucket-allocator-block-count=8"
    "memorysetup-profiler-allocator-block-size=16777216"
    "memorysetup-profiler-editor-allocator-block-size=1048576"
    "memorysetup-temp-allocator-size-main=16777216"
    "memorysetup-job-temp-allocator-block-size=2097152"
    "memorysetup-job-temp-allocator-block-size-background=1048576"
    "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
    "memorysetup-allocator-temp-initial-block-size-main=262144"
    "memorysetup-allocator-temp-initial-block-size-worker=262144"
    "memorysetup-temp-allocator-size-background-worker=32768"
    "memorysetup-temp-allocator-size-job-worker=262144"
    "memorysetup-temp-allocator-size-preload-manager=33554432"
    "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
    "memorysetup-temp-allocator-size-audio-worker=65536"
    "memorysetup-temp-allocator-size-cloud-worker=32768"
    "memorysetup-temp-allocator-size-gi-baking-worker=262144"
    "memorysetup-temp-allocator-size-gfx=262144"
Player connection [37476] Host "[IP] 192.168.0.160 [Port] 55496 [Flags] 2 [Guid] 223265275 [EditorId] 223265275 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-8JBO416) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]...

Player connection [37476] Host "[IP] 192.168.0.160 [Port] 55496 [Flags] 2 [Guid] 223265275 [EditorId] 223265275 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-8JBO416) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]...

[Package Manager] UpmClient::Connect -- Connected to IPC stream "Upm-20320" after 0.4 seconds.
[Licensing::Client] Successfully resolved entitlements
[Package Manager] Restoring resolved packages state from cache
[Licensing::Client] Successfully resolved entitlement details
[Package Manager] Registered 49 packages:
  Packages from [https://packages.unity.com]:
    com.unity.cinemachine@2.9.7 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.cinemachine@2.9.7)
    com.unity.collab-proxy@2.0.4 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.collab-proxy@2.0.4)
    com.unity.ide.rider@3.0.22 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.ide.rider@3.0.22)
    com.unity.ide.vscode@1.2.5 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.ide.vscode@1.2.5)
    com.unity.test-framework@1.1.33 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.test-framework@1.1.33)
    com.unity.textmeshpro@3.0.6 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.textmeshpro@3.0.6)
    com.unity.timeline@1.7.4 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.timeline@1.7.4)
    com.unity.visualscripting@1.8.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.visualscripting@1.8.0)
    com.unity.ext.nunit@1.0.6 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.ext.nunit@1.0.6)
    com.unity.mathematics@1.2.6 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.mathematics@1.2.6)
    com.unity.burst@1.8.4 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.burst@1.8.4)
    com.unity.searcher@4.9.2 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.searcher@4.9.2)
  Built-in packages:
    com.unity.2d.sprite@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.2d.sprite@1.0.0)
    com.unity.render-pipelines.universal@14.0.8 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.render-pipelines.universal@14.0.8)
    com.unity.ugui@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.ugui@1.0.0)
    com.unity.modules.ai@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.ai@1.0.0)
    com.unity.modules.androidjni@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.androidjni@1.0.0)
    com.unity.modules.animation@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.animation@1.0.0)
    com.unity.modules.assetbundle@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.assetbundle@1.0.0)
    com.unity.modules.audio@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.audio@1.0.0)
    com.unity.modules.cloth@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.cloth@1.0.0)
    com.unity.modules.director@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.director@1.0.0)
    com.unity.modules.imageconversion@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.imageconversion@1.0.0)
    com.unity.modules.imgui@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.imgui@1.0.0)
    com.unity.modules.jsonserialize@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.jsonserialize@1.0.0)
    com.unity.modules.particlesystem@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.particlesystem@1.0.0)
    com.unity.modules.physics@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.physics@1.0.0)
    com.unity.modules.physics2d@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.physics2d@1.0.0)
    com.unity.modules.screencapture@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.screencapture@1.0.0)
    com.unity.modules.terrain@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.terrain@1.0.0)
    com.unity.modules.terrainphysics@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.terrainphysics@1.0.0)
    com.unity.modules.tilemap@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.tilemap@1.0.0)
    com.unity.modules.ui@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.ui@1.0.0)
    com.unity.modules.uielements@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.uielements@1.0.0)
    com.unity.modules.umbra@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.umbra@1.0.0)
    com.unity.modules.unityanalytics@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.unityanalytics@1.0.0)
    com.unity.modules.unitywebrequest@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.unitywebrequest@1.0.0)
    com.unity.modules.unitywebrequestassetbundle@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.unitywebrequestassetbundle@1.0.0)
    com.unity.modules.unitywebrequestaudio@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.unitywebrequestaudio@1.0.0)
    com.unity.modules.unitywebrequesttexture@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.unitywebrequesttexture@1.0.0)
    com.unity.modules.unitywebrequestwww@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.unitywebrequestwww@1.0.0)
    com.unity.modules.vehicles@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.vehicles@1.0.0)
    com.unity.modules.video@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.video@1.0.0)
    com.unity.modules.vr@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.vr@1.0.0)
    com.unity.modules.wind@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.wind@1.0.0)
    com.unity.modules.xr@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.xr@1.0.0)
    com.unity.modules.subsystems@1.0.0 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.modules.subsystems@1.0.0)
    com.unity.render-pipelines.core@14.0.8 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.render-pipelines.core@14.0.8)
    com.unity.shadergraph@14.0.8 (location: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.shadergraph@14.0.8)
[Subsystems] No new subsystems found in resolved package list.
Package Manager log level set to [2]
[Package Manager] Done registering packages in 0.06 seconds
Refreshing native plugins compatible for Editor in 7.17 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Initialize engine version: 2022.3.1f1 (f18e0c1b5784)
[Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2022.3.1f1/Editor/Data/Resources/UnitySubsystems
[Subsystems] Discovering subsystems at path C:/Users/zfp/Documents/Unity projects/TurnBasedStrategy/Assets
GfxDevice: creating device client; threaded=1; jobified=0
Direct3D:
    Version:  Direct3D 11.0 [level 11.1]
    Renderer: NVIDIA GeForce RTX 3060 (ID=0x2504)
    Vendor:   NVIDIA
    VRAM:     12129 MB
    Driver:   31.0.15.3598
[Licensing::Client] Successfully resolved entitlements
Initialize mono
Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2022.3.1f1/Editor/Data/Managed'
Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2022.3.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32'
Mono config path = 'C:/Program Files/Unity/Hub/Editor/2022.3.1f1/Editor/Data/MonoBleedingEdge/etc'
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56320
Using cacheserver namespaces - metadata:defaultmetadata, artifacts:defaultartifacts
Using cacheserver namespaces - metadata:defaultmetadata, artifacts:defaultartifacts
ImportWorker Server TCP listen port: 0
Begin MonoManager ReloadAssembly
Registering precompiled unity dll's ...
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
Registered in 0.006061 seconds.
- Loaded All Assemblies, in  0.234 seconds
Native extension for WindowsStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in  0.227 seconds
Domain Reload Profiling: 460ms
    BeginReloadAssembly (62ms)
        ExecutionOrderSort (0ms)
        DisableScriptedObjects (0ms)
        BackupInstance (0ms)
        ReleaseScriptingObjects (0ms)
        CreateAndSetChildDomain (1ms)
    RebuildCommonClasses (24ms)
    RebuildNativeTypeToScriptingClass (8ms)
    initialDomainReloadingComplete (44ms)
    LoadAllAssembliesAndSetupDomain (95ms)
        LoadAssemblies (60ms)
        RebuildTransferFunctionScriptingTraits (0ms)
        AnalyzeDomain (91ms)
            TypeCache.Refresh (90ms)
                TypeCache.ScanAssembly (82ms)
            ScanForSourceGeneratedMonoScriptInfo (0ms)
            ResolveRequiredComponents (0ms)
    FinalizeReload (227ms)
        ReleaseScriptCaches (0ms)
        RebuildScriptCaches (0ms)
        SetupLoadedEditorAssemblies (186ms)
            LogAssemblyErrors (0ms)
            InitializePlatformSupportModulesInManaged (7ms)
            SetLoadedEditorAssemblies (6ms)
            RefreshPlugins (0ms)
            BeforeProcessingInitializeOnLoad (2ms)
            ProcessInitializeOnLoadAttributes (114ms)
            ProcessInitializeOnLoadMethodAttributes (57ms)
            AfterProcessingInitializeOnLoad (0ms)
            EditorAssembliesLoaded (0ms)
        ExecutionOrderSort2 (0ms)
        AwakeInstancesAfterBackupRestoration (0ms)
[Licensing::Client] Successfully resolved entitlements
Application.AssetDatabase Initial Refresh Start
info: Microsoft.Hosting.Lifetime[14]
      Now listening on: http://localhost:80
info: Microsoft.Hosting.Lifetime[0]
      Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
      Hosting environment: Production
info: Microsoft.Hosting.Lifetime[0]
      Content root path: C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      Request starting HTTP/2 POST http://ilpp/UnityILPP.PostProcessing/Ping application/grpc -
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
      Executing endpoint 'gRPC - /UnityILPP.PostProcessing/Ping'
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
      Executed endpoint 'gRPC - /UnityILPP.PostProcessing/Ping'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      Request finished HTTP/2 POST http://ilpp/UnityILPP.PostProcessing/Ping application/grpc - - 200 - application/grpc 31.0995ms
Starting: C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\Data\bee_backend.exe --dont-print-to-structured-log --ipc --defer-dag-verification --dagfile="Library/Bee/1900b0aE.dag" --continue-on-failure --profile="Library/Bee/backend1.traceevents" ScriptAssemblies
WorkingDir: C:/Users/zfp/Documents/Unity projects/TurnBasedStrategy
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      Request starting HTTP/2 POST http://ilpp/UnityILPP.PostProcessing/ConfigurePostProcessors application/grpc -
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
      Executing endpoint 'gRPC - /UnityILPP.PostProcessing/ConfigurePostProcessors'
warn: Unity.ILPP.Runner.PostProcessingAssemblyLoadContext[0]
      Assembly system.runtime.interopservices.windowsruntime has duplicate hint path. Ignoring "C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" in favor of "C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll"
warn: Unity.ILPP.Runner.PostProcessingAssemblyLoadContext[0]
      Assembly system.componentmodel.composition has duplicate hint path. Ignoring "C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll" in favor of "C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll"
info: Unity.ILPP.Runner.PostProcessingAssemblyLoadContext[0]
      Resolved Unity.Burst.Cecil, Version=0.11.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e with Library\PackageCache\com.unity.burst@1.8.4\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
      Executed endpoint 'gRPC - /UnityILPP.PostProcessing/ConfigurePostProcessors'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      Request finished HTTP/2 POST http://ilpp/UnityILPP.PostProcessing/ConfigurePostProcessors application/grpc - - 200 - application/grpc 156.7036ms
ExitCode: 0 Duration: 0s308ms
[427/536    0s] ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput
*** Tundra build success (0.28 seconds), 1 items updated, 536 evaluated
AssetDatabase: script compilation time: 0.646318s
Begin MonoManager ReloadAssembly
Total cache size 136965440
Total cache size after purge 136965440
Symbol file LoadedFromMemory doesn't match image C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
- Loaded All Assemblies, in  0.559 seconds
Refreshing native plugins compatible for Editor in 2.84 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Refreshing native plugins compatible for Editor in 3.15 ms, found 3 plugins.
Native extension for WindowsStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in  1.690 seconds
Domain Reload Profiling: 2246ms
    BeginReloadAssembly (104ms)
        ExecutionOrderSort (0ms)
        DisableScriptedObjects (5ms)
        BackupInstance (0ms)
        ReleaseScriptingObjects (0ms)
        CreateAndSetChildDomain (18ms)
    RebuildCommonClasses (24ms)
    RebuildNativeTypeToScriptingClass (8ms)
    initialDomainReloadingComplete (25ms)
    LoadAllAssembliesAndSetupDomain (395ms)
        LoadAssemblies (211ms)
        RebuildTransferFunctionScriptingTraits (0ms)
        AnalyzeDomain (227ms)
            TypeCache.Refresh (203ms)
                TypeCache.ScanAssembly (191ms)
            ScanForSourceGeneratedMonoScriptInfo (17ms)
            ResolveRequiredComponents (7ms)
    FinalizeReload (1690ms)
        ReleaseScriptCaches (0ms)
        RebuildScriptCaches (0ms)
        SetupLoadedEditorAssemblies (1504ms)
            LogAssemblyErrors (0ms)
            InitializePlatformSupportModulesInManaged (5ms)
            SetLoadedEditorAssemblies (3ms)
            RefreshPlugins (0ms)
            BeforeProcessingInitializeOnLoad (53ms)
            ProcessInitializeOnLoadAttributes (1379ms)
            ProcessInitializeOnLoadMethodAttributes (56ms)
            AfterProcessingInitializeOnLoad (8ms)
            EditorAssembliesLoaded (0ms)
        ExecutionOrderSort2 (0ms)
        AwakeInstancesAfterBackupRestoration (8ms)
Script 'Packages/com.unity.modules.subsystems/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.jsonserialize/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.screencapture/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Tests/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.cloth/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.imgui/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequesttexture/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.ai/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.animation/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.ugui/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.xr/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/SMAA/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.assetbundle/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/BlueNoise64/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.imgui/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.tilemap/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.assetbundle/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.terrainphysics/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.screencapture/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.cloth/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequestassetbundle/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/FilmGrain/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.core/ValidationConfig.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.core/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.imageconversion/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.terrainphysics/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.imageconversion/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequest/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequestassetbundle/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.shadergraph/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unityanalytics/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.subsystems/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.video/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.shadergraph/ValidationConfig.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.shadergraph/Tests/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unityanalytics/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.physics/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.vr/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.physics2d/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.particlesystem/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.wind/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.shadergraph/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.physics2d/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.vr/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/BlueNoise64/L/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.uielements/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequestaudio/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.particlesystem/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.wind/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.ugui/Tests/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.umbra/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.2d.sprite/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.tilemap/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.ui/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.androidjni/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.audio/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.physics/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/2D/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/ValidationExceptions.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.vehicles/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequestwww/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.core/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequestaudio/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/BlueNoise16/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.vehicles/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.xr/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.core/Tests/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.umbra/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequestwww/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.director/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.jsonserialize/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/BlueNoise256/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.director/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.audio/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.terrain/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.2d.sprite/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.androidjni/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.video/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.ai/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/BlueNoise16/L/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.terrain/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.2d.sprite/Tests/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.animation/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/ValidationConfig.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequest/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.uielements/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequesttexture/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.ugui/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.ui/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Asset Pipeline Refresh (id=33fcfc96624131d479f8dfb55baebb1a): Total: 4.723 seconds - Initiated by InitialRefreshV2(ForceSynchronousImport)
    Summary:
        Imports: total=1222 (actual=0, local cache=1222, cache server=0)
        Asset DB Process Time: managed=0 ms, native=1413 ms
        Asset DB Callback time: managed=316 ms, native=0 ms
        Scripting: domain reloads=1, domain reload time=2308 ms, compile time=646 ms, other=37 ms
        Project Asset Count: scripts=5948, non-scripts=2641
        Asset File Changes: new=0, changed=0, moved=0, deleted=0
        Scan Filter Count: 1
    InvokeBeforeRefreshCallbacks: 0.454ms
    ApplyChangesToAssetFolders: 0.049ms
    Scan: 280.899ms
    OnSourceAssetsModified: 0.002ms
    GetAllGuidsForCategorization: 0.805ms
    CategorizeAssets: 165.928ms
    ImportOutOfDateAssets: 1731.575ms (1062.677ms without children)
        CompileScripts: 646.422ms
        ReloadNativeAssets: 0.017ms
        UnloadImportedAssets: 19.244ms
        EnsureUptoDateAssetsAreRegisteredWithGuidPM: 2.033ms
        InitializingProgressBar: 0.004ms
        PostProcessAllAssetNotificationsAddChangedAssets: 0.000ms
        OnDemandSchedulerStart: 1.178ms
    PostProcessAllAssets: 316.576ms
    GatherAllCurrentPrimaryArtifactRevisions: 0.001ms
    UnloadStreamsBegin: 0.841ms
    PersistCurrentRevisions: 0.271ms
    UnloadStreamsEnd: 0.026ms
    GenerateScriptTypeHashes: 1.771ms
    Untracked: 2225.518ms
Application.AssetDatabase Initial Refresh End
Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds
Scanning for USB devices : 5.740ms
Initializing Unity extensions:
Script 'Packages/com.unity.modules.subsystems/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.jsonserialize/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.screencapture/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Tests/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.cloth/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.imgui/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequesttexture/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.ai/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.animation/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.ugui/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.xr/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/SMAA/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.assetbundle/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/BlueNoise64/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.imgui/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.tilemap/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.assetbundle/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.terrainphysics/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.screencapture/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.cloth/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequestassetbundle/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/FilmGrain/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.core/ValidationConfig.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.core/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.imageconversion/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.terrainphysics/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.imageconversion/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequest/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequestassetbundle/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.shadergraph/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unityanalytics/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.subsystems/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.video/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.shadergraph/ValidationConfig.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.shadergraph/Tests/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unityanalytics/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.physics/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.vr/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.physics2d/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.particlesystem/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.wind/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.shadergraph/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.physics2d/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.vr/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/BlueNoise64/L/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.uielements/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequestaudio/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.particlesystem/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.wind/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.ugui/Tests/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.umbra/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.2d.sprite/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.tilemap/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.ui/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.androidjni/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.audio/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.physics/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/2D/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/ValidationExceptions.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.vehicles/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequestwww/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.core/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequestaudio/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/BlueNoise16/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.vehicles/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.xr/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.core/Tests/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.umbra/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequestwww/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.director/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.jsonserialize/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/BlueNoise256/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.director/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.audio/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.terrain/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.2d.sprite/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.androidjni/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.video/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.ai/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/Textures/BlueNoise16/L/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.terrain/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.2d.sprite/Tests/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.animation/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.render-pipelines.universal/ValidationConfig.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequest/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.uielements/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.unitywebrequesttexture/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.ugui/asset.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
Script 'Packages/com.unity.modules.ui/package.json.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.
[Licensing::Client] Successfully resolved entitlements
[MODES] ModeService[none].Initialize
[MODES] ModeService[none].LoadModes
[MODES] Loading mode Default (0) for mode-current-id-TurnBasedStrategy
Unloading 28 Unused Serialized files (Serialized files now loaded: 0)
ProgressiveSceneManager::Cancel()
Loaded scene 'Assets/Scenes/GameScene.unity'
    Deserialize:            36.342 ms
    Integration:            196.472 ms
    Integration of assets:  11.635 ms
    Thread Wait Time:       0.422 ms
    Total Operation Time:   244.872 ms
Unloading 103 unused Assets / (1.2 MB). Loaded Objects now: 7179.
Memory consumption went from 165.3 MB to 164.1 MB.
Total: 5.394700 ms (FindLiveObjects: 0.393000 ms CreateObjectMapping: 0.269600 ms MarkObjects: 4.347000 ms  DeleteObjects: 0.384400 ms)

[LAYOUT] About to load UserSettings\Layouts\default-2022.dwlt, keepMainWindow=False
<RI> Initialized touch support.

<RI> Initialized touch support.

<RI> Initialized touch support.

<RI> Initialized touch support.

<RI> Initialized touch support.

<RI> Initialized touch support.

[MODES] ModeService[default].InitializeCurrentMode
[MODES] ModeService[default].RaiseModeChanged(default, default)
IsTimeToCheckForNewEditor: Update time 1686583715 current 1686581719
<RI> Initializing input.

<RI> Input initialized.

[Project] Loading completed in 9.914 seconds
    Project init time:                 6.939 seconds
        Template init time:         0.000 seconds
        Package Manager init time:         0.397 seconds
        Asset Database init time:         0.178 seconds
        Global illumination init time:     0.003 seconds
        Assemblies load time:             0.469 seconds
        Unity extensions init time:     0.004 seconds
        Asset Database refresh time:     0.000 seconds
    Scene opening time:             0.712 seconds
##utp:{"type":"ProjectInfo","version":2,"phase":"Immediate","time":1686581719350,"processId":20320,"projectLoad":9.913733,"projectInit":6.9389201,"templateInit":0.0,"packageManagerInit":0.3968065,"assetDatabaseInit":0.1783265,"globalIlluminationInit":0.0030432,"assembliesLoad":0.4694277,"unityExtensionsInit":0.0040948,"assetDatabaseRefresh":0.0,"sceneOpening":0.711828}
##utp:{"type":"EditorInfo","version":2,"phase":"Immediate","time":1686581719350,"processId":20320,"editorVersion":"2022.3.1f1 (f18e0c1b5784)","branch":"2022.3/staging","buildType":"Release","platform":"Windows"}
Created GICache directory at C:/Users/zfp/AppData/LocalLow/Unity/Caches/GiCache. Took: 0.018s, timestamps: [10.554 - 10.572]
gi::BakeBackendSwitch: switching bake backend from 3 to 1.
[00:00:02] Builtin Sky manager started.
Setting up 6 worker threads for Enlighten.
[Licensing::Client] Successfully updated the access token
[Licensing::Module] Successfully updated access token: "KWQvYQ6G"... (expires: 2024-06-12 14:55:20 GMT)
[00:00:02] Finished 1 Bake Ambient Probe job (0.00s execute, 0.00s integrate, 0.25s wallclock)
[Licensing::Client] Successfully updated the access token
[Licensing::Module] Successfully updated access token: "KWQvYQ6G"... (expires: 2024-06-12 14:55:21 GMT)
TrimDiskCacheJob: Current cache size 2mb
Scanning for USB devices : 5.539ms
Scanning for USB devices : 5.434ms
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
[collab-accelerator] discovery started due to a new cloud project binding
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
Curl error 6: Could not resolve host: cdp.cloud.unity3d.com
Scanning for USB devices : 5.553ms
Curl error 6: Could not resolve host: cdp.cloud.unity3d.com
Scanning for USB devices : 5.675ms
[Licensing::Client] Successfully updated the access token
[Licensing::Module] Successfully updated access token: "cRlfjxFU"... (expires: 2024-06-12 21:05:51 GMT)
[Licensing::Client] Successfully resolved entitlements
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
Request Asset Garbage Collect because used heap size increased from 164.2 MB to 481.9 MB, exceeding the threshold of 256.0 MB.
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
Unloading 52 Unused Serialized files (Serialized files now loaded: 0)
Unloading 65 unused Assets / (14.3 MB). Loaded Objects now: 8329.
Memory consumption went from 481.1 MB to 466.8 MB.
Total: 18.848500 ms (FindLiveObjects: 3.821700 ms CreateObjectMapping: 0.235600 ms MarkObjects: 11.796100 ms  DeleteObjects: 2.994400 ms)

Scanning for USB devices : 5.449ms
[collab-accelerator] discovery started due to a new cloud project binding
Curl error 6: Could not resolve host: cdp.cloud.unity3d.com
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
Scanning for USB devices : 6.248ms
Curl error 6: Could not resolve host: cdp.cloud.unity3d.com
Scanning for USB devices : 5.322ms
[Licensing::Client] Successfully updated the access token
[Licensing::Module] Successfully updated access token: "ZQWXy89a"... (expires: 2024-06-13 11:16:09 GMT)
[Licensing::Client] Successfully resolved entitlements
[Licensing::Client] Successfully updated the access token
[Licensing::Module] Successfully updated access token: "ZQWXy89a"... (expires: 2024-06-13 11:16:10 GMT)
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
<RI> Initialized touch support.

Crash!!!
SymInit: Symbol-SearchPath: 'C:/Program Files/Unity/Hub/Editor/2022.3.1f1/Editor/Data/Mono;.;C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy;C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\BurstCache\JIT;C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor;C:\Windows;C:\Windows\system32;', symOptions: 534, UserName: 'zfp'
OS-Version: 10.0.0
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\Unity.exe:Unity.exe (00007FF621160000), size: 79589376 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2022.3.1.36364
C:\Windows\SYSTEM32\ntdll.dll:ntdll.dll (00007FF942F10000), size: 2064384 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2788
C:\Windows\System32\KERNEL32.DLL:KERNEL32.DLL (00007FF9415A0000), size: 782336 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
C:\Windows\System32\KERNELBASE.dll:KERNELBASE.dll (00007FF940A90000), size: 3104768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
C:\Windows\System32\CRYPT32.dll:CRYPT32.dll (00007FF940830000), size: 1433600 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2965
C:\Windows\System32\ucrtbase.dll:ucrtbase.dll (00007FF940990000), size: 1048576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.789
C:\Windows\System32\USER32.dll:USER32.dll (00007FF941320000), size: 1691648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2788
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\s3tcompress.dll:s3tcompress.dll (00007FF915F60000), size: 180224 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\System32\win32u.dll:win32u.dll (00007FF9406F0000), size: 139264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\libfbxsdk.dll:libfbxsdk.dll (00007FF8B6E90000), size: 10067968 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2020.3.3.0
C:\Windows\System32\GDI32.dll:GDI32.dll (00007FF941570000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\etccompress.dll:etccompress.dll (00007FF8A9690000), size: 5066752 (result: 0), SymType: '-deferred-', PDB: ''
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\ispc_texcomp.dll:ispc_texcomp.dll (00007FF8CCA60000), size: 1740800 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\System32\gdi32full.dll:gdi32full.dll (00007FF940D90000), size: 1134592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
C:\Windows\System32\msvcp_win.dll:msvcp_win.dll (00007FF940720000), size: 643072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.789
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\compress_bc7e.dll:compress_bc7e.dll (00007FF8C6580000), size: 1441792 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\System32\ADVAPI32.dll:ADVAPI32.dll (00007FF942D50000), size: 716800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\FreeImage.dll:FreeImage.dll (0000000180000000), size: 6582272 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.18.0.0
C:\Windows\System32\msvcrt.dll:msvcrt.dll (00007FF941670000), size: 647168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.19041.546
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\WinPixEventRuntime.dll:WinPixEventRuntime.dll (00007FF92D610000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.0.1812.6001
C:\Windows\System32\sechost.dll:sechost.dll (00007FF9411C0000), size: 638976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
C:\Windows\System32\RPCRT4.dll:RPCRT4.dll (00007FF940F70000), size: 1204224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2965
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\umbraoptimizer64.dll:umbraoptimizer64.dll (00007FF8ECA80000), size: 1187840 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\System32\WS2_32.dll:WS2_32.dll (00007FF941B30000), size: 438272 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\System32\SHELL32.dll:SHELL32.dll (00007FF942010000), size: 7618560 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2788
C:\Windows\System32\SHLWAPI.dll:SHLWAPI.dll (00007FF9412C0000), size: 348160 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2075
C:\Windows\System32\ole32.dll:ole32.dll (00007FF942A70000), size: 1220608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2965
C:\Windows\System32\combase.dll:combase.dll (00007FF9417D0000), size: 3489792 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2788
C:\Windows\System32\IMM32.dll:IMM32.dll (00007FF941190000), size: 196608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2673
C:\Windows\SYSTEM32\VCRUNTIME140.dll:VCRUNTIME140.dll (00007FF93C040000), size: 110592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.34.31931.0
C:\Windows\SYSTEM32\MSVCP140.dll:MSVCP140.dll (00007FF8ED980000), size: 581632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.34.31931.0
C:\Windows\System32\SETUPAPI.dll:SETUPAPI.dll (00007FF941BA0000), size: 4620288 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2193
C:\Windows\System32\cfgmgr32.dll:cfgmgr32.dll (00007FF9406A0000), size: 319488 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1620
C:\Windows\System32\bcrypt.dll:bcrypt.dll (00007FF940F40000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2486
C:\Windows\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FF8F1D80000), size: 1200128 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2193
C:\Windows\System32\OLEAUT32.dll:OLEAUT32.dll (00007FF942E00000), size: 839680 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.985
C:\Windows\SYSTEM32\GLU32.dll:GLU32.dll (00007FF910D50000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2193
C:\Windows\System32\WINTRUST.dll:WINTRUST.dll (00007FF9407C0000), size: 421888 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
C:\Windows\SYSTEM32\VCRUNTIME140_1.dll:VCRUNTIME140_1.dll (00007FF93C030000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.34.31931.0
C:\Windows\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (00007FF93FA20000), size: 245760 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2788
C:\Windows\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FF938490000), size: 1089536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2673
C:\Windows\SYSTEM32\WINMM.dll:WINMM.dll (00007FF930400000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\SYSTEM32\HID.DLL:HID.DLL (00007FF93EB40000), size: 53248 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\SYSTEM32\dwmapi.dll:dwmapi.dll (00007FF93DFE0000), size: 192512 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.746
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\SketchUpAPI.dll:SketchUpAPI.dll (00007FF890530000), size: 8990720 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 23.0.0.0
C:\Windows\SYSTEM32\VERSION.dll:VERSION.dll (00007FF93B380000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\SYSTEM32\WSOCK32.dll:WSOCK32.dll (00007FF93C020000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\SketchUpCommonPreferences.dll:SketchUpCommonPreferences.dll (00007FF902FB0000), size: 499712 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 23.0.0.0
C:\Windows\SYSTEM32\Secur32.dll:Secur32.dll (00007FF919F10000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\SYSTEM32\SSPICLI.DLL:SSPICLI.DLL (00007FF9404B0000), size: 204800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2130
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\OpenRL.dll:OpenRL.dll (000001D977F80000), size: 12779520 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.5.0.2907
C:\Windows\SYSTEM32\MSVCR100.dll:MSVCR100.dll (000000005AE70000), size: 860160 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.40219.325
C:\Windows\SYSTEM32\MSVCP100.dll:MSVCP100.dll (000000005AF50000), size: 622592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.40219.325
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\embree.dll:embree.dll (00007FF88F540000), size: 16711680 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.14.0.0
C:\Windows\SYSTEM32\MSWSOCK.DLL:MSWSOCK.DLL (00007FF93FD90000), size: 434176 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\tbb.dll:tbb.dll (00007FF9151F0000), size: 413696 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2017.0.2016.1004
C:\Windows\SYSTEM32\MSVCR120.dll:MSVCR120.dll (00007FF8EA8F0000), size: 978944 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 12.0.40649.5
C:\Windows\SYSTEM32\MSVCP120.dll:MSVCP120.dll (00007FF8EEB50000), size: 679936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 12.0.40649.5
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\OpenRL_pthread.dll:OpenRL_pthread.dll (000001D978BD0000), size: 61440 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.9.0.0
C:\Windows\SYSTEM32\MSASN1.dll:MSASN1.dll (00007FF9401E0000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2251
C:\Windows\System32\bcryptprimitives.dll:bcryptprimitives.dll (00007FF940EB0000), size: 532480 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2486
C:\Windows\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (00007FF93EE50000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\system32\uxtheme.dll:uxtheme.dll (00007FF93DC50000), size: 647168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2193
C:\Windows\SYSTEM32\windows.storage.dll:windows.storage.dll (00007FF93E3A0000), size: 7942144 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2788
C:\Windows\SYSTEM32\Wldp.dll:Wldp.dll (00007FF940050000), size: 188416 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2788
C:\Windows\System32\SHCORE.dll:SHCORE.dll (00007FF942760000), size: 708608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1865
C:\Windows\SYSTEM32\profapi.dll:profapi.dll (00007FF940530000), size: 126976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.844
C:\Windows\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FF93FF90000), size: 98304 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\system32\rsaenh.dll:rsaenh.dll (00007FF93F620000), size: 212992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1052
C:\Windows\SYSTEM32\CRYPTBASE.dll:CRYPTBASE.dll (00007FF93FF80000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\System32\imagehlp.dll:imagehlp.dll (00007FF9414C0000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1415
C:\Windows\SYSTEM32\gpapi.dll:gpapi.dll (00007FF93EE20000), size: 143360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2846
C:\Windows\System32\cryptnet.dll:cryptnet.dll (00007FF93A710000), size: 200704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.906
C:\Windows\SYSTEM32\WINNSI.DLL:WINNSI.DLL (00007FF93AF00000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\System32\NSI.dll:NSI.dll (00007FF941660000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.610
C:\Windows\system32\IconCodecService.dll:IconCodecService.dll (00007FF93BD50000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\Windows\SYSTEM32\WindowsCodecs.dll:WindowsCodecs.dll (00007FF931580000), size: 1785856 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1706
C:\Windows\System32\clbcatq.dll:clbcatq.dll (00007FF942810000), size: 692224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2001.12.10941.16384
C:\Windows\System32\netprofm.dll:netprofm.dll (00007FF93C0D0000), size: 258048 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
C:\Windows\System32\npmproxy.dll:npmproxy.dll (00007FF9369D0000), size: 65536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
C:\Windows\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (00007FF93AE60000), size: 94208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2673
C:\Windows\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FF93AE40000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2673
C:\Windows\SYSTEM32\DNSAPI.dll:smile:NSAPI.dll (00007FF93FA60000), size: 831488 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2546
C:\Windows\system32\napinsp.dll:napinsp.dll (00007FF9325A0000), size: 94208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\system32\pnrpnsp.dll:pnrpnsp.dll (00007FF8EEC20000), size: 110592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\system32\wshbth.dll:wshbth.dll (00007FF911F10000), size: 86016 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\system32\NLAapi.dll:NLAapi.dll (00007FF93AF90000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
C:\Windows\System32\winrnr.dll:winrnr.dll (00007FF8EEC00000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\System32\fwpuclnt.dll:fwpuclnt.dll (00007FF9348D0000), size: 532480 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (00007FF935EE0000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\NVUnityPlugin.DLL:NVUnityPlugin.DLL (00007FF8B3F00000), size: 1531904 (result: 0), SymType: '-deferred-', PDB: ''
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\Data\Tools\astcenc-avx2.dll:astcenc-avx2.dll (00007FF902370000), size: 540672 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\System32\MSCTF.dll:MSCTF.dll (00007FF942950000), size: 1130496 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2673
C:\Windows\SYSTEM32\textinputframework.dll:textinputframework.dll (00007FF9267C0000), size: 1024000 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
C:\Windows\SYSTEM32\CoreMessaging.dll:CoreMessaging.dll (00007FF93D8D0000), size: 991232 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2193
C:\Windows\SYSTEM32\CoreUIComponents.dll:CoreUIComponents.dll (00007FF93D570000), size: 3530752 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\SYSTEM32\ntmarta.dll:ntmarta.dll (00007FF93F740000), size: 208896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\SYSTEM32\wintypes.dll:wintypes.dll (00007FF93CEA0000), size: 1392640 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2788
C:\Windows\system32\explorerframe.dll:explorerframe.dll (00007FF93A810000), size: 2228224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1949
C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\comctl32.dll:comctl32.dll (00007FF928B00000), size: 2727936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.10.19041.1110
C:\Windows\SYSTEM32\TextShaping.dll:TextShaping.dll (00007FF927260000), size: 704512 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\SYSTEM32\mfplat.dll:mfplat.dll (00007FF93B390000), size: 1818624 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.746
C:\Windows\SYSTEM32\RTWorkQ.DLL:RTWorkQ.DLL (00007FF93B320000), size: 212992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
C:\Windows\SYSTEM32\mfreadwrite.dll:mfreadwrite.dll (00007FF937D90000), size: 1089536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.746
C:\Windows\SYSTEM32\Mf.dll:Mf.dll (00007FF8EFFA0000), size: 540672 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2965
C:\Windows\SYSTEM32\MFCORE.DLL:MFCORE.DLL (00007FF8FC5D0000), size: 4775936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2965
C:\Windows\SYSTEM32\powrprof.dll:powrprof.dll (00007FF93FB90000), size: 307200 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\SYSTEM32\ksuser.dll:ksuser.dll (00007FF924B40000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\Windows\SYSTEM32\UMPDC.dll:UMPDC.dll (00007FF93FA00000), size: 73728 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\SYSTEM32\CompPkgSup.DLL:CompPkgSup.DLL (00007FF93A6D0000), size: 225280 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.746
C:\Windows\System32\Windows.Media.dll:Windows.Media.dll (00007FF939DD0000), size: 7495680 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2075
C:\Windows\System32\Windows.ApplicationModel.dll:Windows.ApplicationModel.dll (00007FF938990000), size: 942080 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1806
C:\Windows\System32\twinapi.appcore.dll:twinapi.appcore.dll (00007FF9386A0000), size: 2097152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1865
C:\Windows\System32\Windows.StateRepositoryPS.dll:Windows.StateRepositoryPS.dll (00007FF924D20000), size: 1335296 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2673
C:\Windows\System32\AppXDeploymentClient.dll:AppXDeploymentClient.dll (00007FF9382F0000), size: 1064960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2788
C:\Windows\System32\MMDevApi.dll:MMDevApi.dll (00007FF93A750000), size: 544768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1503
C:\Windows\System32\DEVOBJ.dll:smile:EVOBJ.dll (00007FF9403A0000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1620
C:\Windows\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (00007FF93AAA0000), size: 1581056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2364
C:\Windows\SYSTEM32\resourcepolicyclient.dll:resourcepolicyclient.dll (00007FF93DDD0000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\SYSTEM32\d3d11.dll:d3d11.dll (00007FF93C210000), size: 2502656 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
C:\Windows\SYSTEM32\dxgi.dll:dxgi.dll (00007FF93EE70000), size: 995328 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2311
C:\Windows\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_3c2bd4a1ec6d228e\nvldumdx.dll:nvldumdx.dll (00007FF918A70000), size: 770048 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 31.0.15.3598
C:\Windows\SYSTEM32\drvstore.dll:drvstore.dll (00007FF939AA0000), size: 1343488 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2546
C:\Windows\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_3c2bd4a1ec6d228e\nvwgf2umx.dll:nvwgf2umx.dll (00007FF8863E0000), size: 99463168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 31.0.15.3598
C:\Windows\system32\nvspcap64.dll:nvspcap64.dll (00007FF8E0AD0000), size: 2953216 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.27.0.112
C:\Windows\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_3c2bd4a1ec6d228e\Display.NvContainer\MessageBus.dll:MessageBus.dll (00007FF8E4D00000), size: 7565312 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.22.2758.1620
C:\Windows\SYSTEM32\dxcore.dll:dxcore.dll (00007FF92D660000), size: 241664 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\system32\wbem\wbemprox.dll:wbemprox.dll (00007FF92E810000), size: 69632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1320
C:\Windows\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FF92EDB0000), size: 589824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1566
C:\Windows\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FF92B1E0000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1320
C:\Windows\system32\wbem\fastprox.dll:fastprox.dll (00007FF92CC30000), size: 1093632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
C:\Windows\SYSTEM32\amsi.dll:amsi.dll (00007FF92B430000), size: 126976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2075
C:\Windows\SYSTEM32\USERENV.dll:USERENV.dll (00007FF9404F0000), size: 188416 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.572
C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.23050.3-0\MpOav.dll:MpOav.dll (00007FF8FE1F0000), size: 503808 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 4.18.23050.3
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\cudart64_90.dll:cudart64_90.dll (00007FF903FA0000), size: 397312 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.14.11.9000
C:\Windows\SYSTEM32\opencl.dll:opencl.dll (00007FF8B66A0000), size: 1490944 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.0.3.0
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\radeonrays.dll:radeonrays.dll (00007FF8F0D30000), size: 557056 (result: 0), SymType: '-deferred-', PDB: ''
C:\Program Files\Unity\Hub\Editor\2022.3.1f1\Editor\Data\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll:mono-2.0-bdwgc.dll (00007FF88E540000), size: 10682368 (result: 0), SymType: '-deferred-', PDB: ''
C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.burst@1.8.4\.Runtime\burst-llvm-14.dll:burst-llvm-14.dll (00007FF883120000), size: 53215232 (result: 0), SymType: '-deferred-', PDB: ''
C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\PackageCache\com.unity.burst@1.8.4\.Runtime\MonoDebuggerHandling.dll:MonoDebuggerHandling.dll (00007FF8F2D90000), size: 385024 (result: 0), SymType: '-deferred-', PDB: ''
C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\BurstCache\JIT\04005407a93b95fba560134ff9161ebf.dll:04005407a93b95fba560134ff9161ebf.dll (00007FF912EE0000), size: 57344 (result: 0), SymType: '-deferred-', PDB: ''
C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\BurstCache\JIT\45100e1e49b1301c98fc5f3e6c49db84.dll:45100e1e49b1301c98fc5f3e6c49db84.dll (00007FF911CD0000), size: 24576 (result: 0), SymType: '-deferred-', PDB: ''
C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\BurstCache\JIT\e5e0fccb4257298c98ff4dd19c2a9c70.dll:e5e0fccb4257298c98ff4dd19c2a9c70.dll (00007FF911070000), size: 36864 (result: 0), SymType: '-deferred-', PDB: ''
C:\Users\zfp\Documents\Unity projects\TurnBasedStrategy\Library\BurstCache\JIT\ebc9bca55fb85ef8ac2133c8a2ef575a.dll:ebc9bca55fb85ef8ac2133c8a2ef575a.dll (00007FF910CC0000), size: 16384 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\system32\dataexchange.dll:dataexchange.dll (00007FF93BA50000), size: 253952 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1387
C:\Windows\system32\dcomp.dll:dcomp.dll (00007FF93D000000), size: 1978368 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
C:\Windows\SYSTEM32\xinput1_3.dll:xinput1_3.dll (0000000000400000), size: 122880 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 9.18.944.0
C:\Windows\SYSTEM32\dbghelp.dll:dbghelp.dll (00007FF93EC10000), size: 1982464 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.867

========== OUTPUTTING STACK TRACE ==================

0x00007FF6223BA562 (Unity) BufferD3D11::EndWrite
0x00007FF6223AD4D3 (Unity) GfxDeviceD3D11Base::EndBufferWrite
0x00007FF622164C9F (Unity) GeometryJobTasks::PutGeometryJobTaskInternal
0x00007FF622164C37 (Unity) GeometryJobTasks::PutGeometryJobTask
0x00007FF6221617B1 (Unity) GeometryJobTasks::EndFrame
0x00007FF623A469B2 (Unity) GfxDeviceWorker::RunCommand
0x00007FF623A5263B (Unity) GfxDeviceWorker::RunExt
0x00007FF623A52758 (Unity) GfxDeviceWorker::RunGfxDeviceWorker
0x00007FF6220A1E67 (Unity) Thread::RunThreadWrapper
0x00007FF9415B7614 (KERNEL32) BaseThreadInitThunk
0x00007FF942F626A1 (ntdll) RtlUserThreadStart

========== END OF STACKTRACE ===========

A crash has been intercepted by the crash handler. For call stack and other details, see the latest crash report generated in:
* C:/Users/zfp/AppData/Local/Temp/Unity/Editor/Crashes

I will note that when I switched to DX12, the crashes stopped so far today.

Are these fixes mentioned here going to be backported to 2021?

This bugs is still present in version 2022.3.1f1 [LTS].

CPU: Intel Core i7-8700 - 6 cores / 12 threads @ 3.20 GHz (4.60 GHz max)
OS: Windows 11 version 10.0.22621
RAM: 16GB
GPU: NVIDIA GeForce GTX 1060 6GB
Driver version: 535.98

Unloading 2836 Unused Serialized files (Serialized files now loaded: 1)
Loaded scene 'Temp/__Backupscenes/0.backup'
    Deserialize:            5.066 ms
    Integration:            2482.188 ms
    Integration of assets:  0.001 ms
    Thread Wait Time:       0.087 ms
    Total Operation Time:   2487.343 ms
Unloading 26315 unused Assets / (0.53 GB). Loaded Objects now: 13580.
Memory consumption went from 7.99 GB to 7.46 GB.
Total: 695.291000 ms (FindLiveObjects: 8.438100 ms CreateObjectMapping: 5.240100 ms MarkObjects: 454.150700 ms  DeleteObjects: 227.460700 ms)
[Licensing::Client] Successfully resolved entitlements
Asset Pipeline Refresh (id=30b537e536b3bd54282a6388ce95202a): Total: 0.064 seconds - Initiated by RefreshV2(AllowForceSynchronousImport)
Crash!!!

========== OUTPUTTING STACK TRACE ==================
0x00007FFEE719587B (d3d11) CreateDirect3D11SurfaceFromDXGISurface
0x00007FF772A3A562 (Unity) BufferD3D11::EndWrite
0x00007FF772A2D4D3 (Unity) GfxDeviceD3D11Base::EndBufferWrite
0x00007FF7727E4C86 (Unity) GeometryJobTasks::putGeometryJobTaskInternal
0x00007FF7727E4C37 (Unity) GeometryJobTasks::putGeometryJobTask
0x00007FF7727E17B1 (Unity) GeometryJobTasks::EndFrame
0x00007FF7740C69B2 (Unity) GfxDeviceWorker::RunCommand
0x00007FF7740D263B (Unity) GfxDeviceWorker::RunExt
0x00007FF7740D2758 (Unity) GfxDeviceWorker::RunGfxDeviceWorker
0x00007FF772721E67 (Unity) Thread::RunThreadWrapper
0x00007FFEED8126AD (KERNEL32) BaseThreadInitThunk
0x00007FFEEF18A9F8 (ntdll) RtlUserThreadStart
========== END OF STACKTRACE ===========

I’ve also tested different beta versions of 2023.1.

========== OUTPUTTING STACK TRACE ==================
0x00007FFEECAD536C (KERNELBASE) RaiseException
0x00007FFE50C7A26B (D3D11_3SDKLayers) D3D11TranslateCreateDevice
0x00007FFE50BEC06E (D3D11_3SDKLayers) D3D11TranslateCreateDevice
0x00007FFE50C0A40A (D3D11_3SDKLayers) D3D11TranslateCreateDevice

0x00007FFE9B7A8DF6 (Unity) BufferD3D11::EndWrite
0x00007FFE9B79B3F3 (Unity) GfxDeviceD3D11Base::EndBufferWrite
0x00007FFE9B54AE66 (Unity) GeometryJobTasks::putGeometryJobTaskInternal
0x00007FFE9B54AE17 (Unity) GeometryJobTasks::putGeometryJobTask
0x00007FFE9B547931 (Unity) GeometryJobTasks::EndFrame
0x00007FFE9CE65922 (Unity) GfxDeviceWorker::RunCommand
0x00007FFE9CE7177B (Unity) GfxDeviceWorker::RunExt
0x00007FFE9CE71898 (Unity) GfxDeviceWorker::RunGfxDeviceWorker
0x00007FFE9B486AED (Unity) Thread::RunThreadWrapper
0x00007FFEED8126AD (KERNEL32) BaseThreadInitThunk
0x00007FFEEF18A9F8 (ntdll) RtlUserThreadStart
========== END OF STACKTRACE ===========

When trying DirectX 12 (much slower even with Split Graphics Jobs) instead of DirectX 11:

d3d12: upload buffer was full! Waited for COPY queue for 1.625 ms.
...
lost of the same message with different timings
...
d3d12: upload buffer was full! Waited for COPY queue for 1.498 ms.
Crash!!!
========== OUTPUTTING STACK TRACE ==================
0x00007FFE4F4C5266 (D3D12SDKLayers) D3D12TranslateCreateDevice
0x00007FFE4F4F1B02 (D3D12SDKLayers) D3D12TranslateCreateDevice
0x00007FFE4F4DC7B0 (D3D12SDKLayers) D3D12TranslateCreateDevice
0x00007FFE4F4E2A8E (D3D12SDKLayers) D3D12TranslateCreateDevice
0x00007FFE4F549351 (D3D12SDKLayers) D3D12TranslateCreateDevice
0x00007FFE4F486330 (D3D12SDKLayers) D3D12TranslateCreateDevice
...
  ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFEE954246A)
0x00007FFEE954246A (d3d12) (function-name not available)
0x00007FFE9FA8A02F (D3D12Core) D3D12GetInterface
0x00007FFE9FA867C2 (D3D12Core) D3D12GetInterface
0x00007FFE9FAB142F (D3D12Core) D3D12GetInterface
0x00007FFE4F493D7D (D3D12SDKLayers) D3D12TranslateCreateDevice
0x00007FFE9B7BEA4E (Unity) SmallTextureManager::CreateTexture
0x00007FFE9B7EA0FC (Unity) TexturesD3D12::CreateTextureInternal
0x00007FFE9B7F1011 (Unity) TexturesD3D12::UploadTexture2D
0x00007FFE9B81ABA6 (Unity) GfxDeviceD3D12::UploadTexture2D
0x00007FFE9CE68115 (Unity) GfxDeviceWorker::RunCommand
0x00007FFE9CE7177B (Unity) GfxDeviceWorker::RunExt
0x00007FFE9CE71898 (Unity) GfxDeviceWorker::RunGfxDeviceWorker
0x00007FFE9B486AED (Unity) Thread::RunThreadWrapper
0x00007FFEED8126AD (KERNEL32) BaseThreadInitThunk
0x00007FFEEF18A9F8 (ntdll) RtlUserThreadStart
========== END OF STACKTRACE ===========

It happens very often (almost always actually) after exiting play mode upon reloading the editor version of the scene. But, it can happen anytime, even while writing code in Visual Studio.

It happens so often that it’s almost impossible to work. I hope you’ll find a fix soon.

1 Like

This just started for me yesterday. It started after I added a third empty object to my Canvas in 2022.3.1f1. Now it crashes randomly: when adding a new element to the hierarchy and attempting to change its name, when typing in VS, when editing properties on a UI element. Here is the relevant part from the latest crash log:
Initialized touch support.

d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
d3d11: EndWrite on null buffer
<< repeats for a while>>

Crash!!!
SymInit: Symbol-SearchPath: ‘C:/Program Files/2022.3.1f1/Editor/Data/Mono;.;C:\Users\user\Documents\KitchenChaos;C:\Users\user\KitchenChaos\Library\BurstCache\JIT;C:\Program Files\2022.3.1f1\Editor;C:\WINDOWS;C:\WINDOWS\system32;’, symOptions: 534, UserName: ‘user’
OS-Version: 10.0.0
C:\Program Files\2022.3.1f1\Editor\Unity.exe:Unity.exe (00007FF7AD2F0000), size: 79589376 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 2022.3.1.36364
C:\WINDOWS\SYSTEM32\ntdll.dll:ntdll.dll (00007FFC15A70000), size: 2064384 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3086
C:\WINDOWS\System32\KERNEL32.DLL:KERNEL32.DLL (00007FFC144D0000), size: 782336 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3031
C:\WINDOWS\System32\KERNELBASE.dll:KERNELBASE.dll (00007FFC13720000), size: 3104768 (result: 0), SymType: ‘-deferred-’, PDB: ‘’, fileVersion: 10.0.19041.3086

<< etc>>

========== OUTPUTTING STACK TRACE ==================

0x00007FF7AE54A562 (Unity) BufferD3D11::EndWrite
0x00007FF7AE53D4D3 (Unity) GfxDeviceD3D11Base::EndBufferWrite
0x00007FF7AE2F4C86 (Unity) GeometryJobTasks::PutGeometryJobTaskInternal
0x00007FF7AE2F4C37 (Unity) GeometryJobTasks::PutGeometryJobTask
0x00007FF7AE2F17B1 (Unity) GeometryJobTasks::EndFrame
0x00007FF7AFBD69B2 (Unity) GfxDeviceWorker::RunCommand
0x00007FF7AFBE263B (Unity) GfxDeviceWorker::RunExt
0x00007FF7AFBE2758 (Unity) GfxDeviceWorker::RunGfxDeviceWorker
0x00007FF7AE231E67 (Unity) Thread::RunThreadWrapper
0x00007FFC144E7614 (KERNEL32) BaseThreadInitThunk
0x00007FFC15AC26F1 (ntdll) RtlUserThreadStart

========== END OF STACKTRACE ===========

I have reached a standstill. It is crashing every 20 min now.

Intel(R) Core™ i7-9700K CPU @ 3.60GHz, 32 GB RAM
Windows 10 Pro, 22H2
NVIDIA RTX 2070 Super, DX12 runtime version
Driver 516.94

I encourage all affected users to vote on this: Unity Issue Tracker - Editor crashes on BufferD3D11::EndWrite when Hierarchy filter gives zero results on a scene with a custom UI Prefab

I just upgraded to 2022.3.1f1 from 2021. It continuously crash when any changes made to the scene and even when trying to save the project. Its quite frustrated.

1 Like

For everyone who is experiencing this issue: Change you Graphics API to DX12 first

Here is how to do it:

  • Go to Edit :arrow_right: Project Settings :arrow_right: Player
  • On the right side navigate to “Other Settings
  • Disable checkbox “Auto Graphics API for Windows
  • Setup the available APIs as shown in the image below. Direct3D12 has to be in first place!
  • For every time you edit this: Restart your Editor

Please keep in mind that this might break your play-mode. You might have to switch back to DX11 or enable “Auto Graphics API for Windows” when you build your application. But at least you can work with no or almost no crashes.

1 Like
  1. DirectX 12 also crashes. Less often than DirectX 11 but still too often.
  2. DirectX 12 is far slower than DirectX 11 and even freezes for 1 or 2 minutes while in play mode.
  3. Unity team MUST fix the bug.
2 Likes

Yes, I mention these things in my post!
This is not a permanent solution. It is not intended as such and ofc Unity needs to fix this. But it might help ppl in the meantime so they can continue working

A lot of crashes here. Using DX12 HDRP. It’s almost in an unworkable state.
Even after updating to Unity 2022.3.2 the crashes persist.

========== OUTPUTTING STACK TRACE ==================

0x00007FF7104ECA4B (Unity) GfxDeviceD3D12Base::smile:rawBuffersCommon
0x00007FF7104EBDDE (Unity) GfxDeviceD3D12Base::smile:rawBufferRanges
0x00007FF7104EC060 (Unity) GfxDeviceD3D12Base::smile:rawBuffers
0x00007FF711B20C22 (Unity) GfxDeviceWorker::RunCommand
0x00007FF711B2365B (Unity) GfxDeviceWorker::RunExt
0x00007FF711B23778 (Unity) GfxDeviceWorker::RunGfxDeviceWorker
0x00007FF710171867 (Unity) Thread::RunThreadWrapper
0x00007FFDD5887614 (KERNEL32) BaseThreadInitThunk
0x00007FFDD60626F1 (ntdll) RtlUserThreadStart

========== END OF STACKTRACE ===========

same here, lots of crashes with the same stack trace. For me it usually happens when I’m doing animations on a prefab object, but it also happened randomly on other occasions

Folks, we have identified an issue and we are just figuring out the exact solution required. I’ll keep this thread updated.
Thank you for your patience - i appreciate that this is very frustrating.

EDIT: Also, I’m not necessarily saying “don’t vote on the issue”, but, it is a very high priority issue for us, so we are already treating it with urgency, and it has a lot of votes by now, so don’t feel you need to, unless you want to :slight_smile:

7 Likes

An update: we are trying to fast-track the fix and get it out in 2022.3.4 (estimated release by end of June)
There are some obstacles to overcome to hit that, but I’ll let you know…

The fix will also go to our other release lines, but there isn’t the same time pressure for those, based on their patch schedules. i’ll update the thread with exact patch release versions once I have them.

3 Likes

I really appreciate the communication and updates you provide @richardkettlewell . Thanks! Let’s hope that the fix will be available soon.

2 Likes