Am I missing some .net runtime modual?
I get .net 5.0 and 6.0.
Error:
An assembly specified in the application dependencies manifest (Microsoft.NETCore.App.deps.json) was not found:
package: ‘runtime.win-x64.Microsoft.NETCore.App’, version: ‘5.0.3-servicing.21072.12’
path: ‘runtimes/win-x64/native/ucrtbase.dll’
I met the same problem when upgrading my project to Unity2021.2.3 and want to how did you fixed it. I downloaded and installed NETCore 5.0.3 and error still exists.
Instailling Net Core should really not be needed, as we ship the runtime with the Editor.
Can you look in
{EditorInstalledPath}\Data\NetCoreRuntime\shared\Microsoft.NETCore.App\6.0.3
I see that we got this reported, but for some reason they were all closed with “Install Net Core Runtime”. I reopened a bug for this and we will look into it
@supertopoviichell can you look in your Windows Editor install, and:
\Data\NetCoreRuntime\shared\Microsoft.NETCore.App\5.0.3
Do you have ucrtbase.dll there?
Ok I might have an idea what it can be, but our QA department nor I can reproduce.
But it seem we are not including the packages folder, so might be it.
If someone still have this issue, try this;
Download binaries from:
Extract it, and copy the \packs folder intoto {UnityEditorFolder}\Data\NetCoreRuntime
Let me know if that fixed it, if it does ill try to fix it.
Hi! I am also having this issue, and I do not see ucrtbase.dll in my folder. FYI I have reinstalled unity 4 times now, changed editor versions and even updated to Windows 11 to try to fix this. I am starting to lose hope in Unity!