unity异常报错:Internal build system error. BuildProgram exited with code -2147450740.

请问这个错误要怎么解决
Internal build system error. BuildProgram exited with code -2147450740.
Error:
An assembly specified in the application dependencies manifest (netcorerun.deps.json) was not found:
package: 'runtimepack.Microsoft.NETCore.App.Runtime.win-x64', version: '5.0.3'
path: 'ucrtbase.dll'

你这也不说什么情况下遇到的... 重启解决百分之九十的问题~

1、检索unity安装目录editor文件夹下的netcorerun.deps.json文件夹
2、找一个能正常打开的Unity,去对应netcorerun.deps.json文件夹里面复制ucrtbase.dll
3、将复制后的dll粘贴到打不开的Unity对应目录

请问题主解决了吗我也遇到了同样的问题