Unity failed to present D3D11 swapchain due to device reset/removed

Viewed 5385

Every time I open unity, I try and open the project it takes like an hour and then this error happens:

Unity failed to present D3D11 swapchain due to device reset/removed.

It happens for all branches of the project and as far as I’m aware I didn’t do anything just checked out a later commit.

Thanks

1 Answers

Make sure D3Dcompiler_47.dll file is present in "C:\Program Files\Unity\Hub\Editor\Your unity version\Editor\Data\Tools" or "C:\Program Files\Unity\Hub\Editor\Your unity version\Editor".

Related