Gets 2 errors while creating new project

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’

edit:
Emmm… fixed by Reinstalling…

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.

I’m also stuck with this problem as well, did you fix it?? I installed unity 2021.2.7

I fixed by reinstalling unity.

Do any one know how to fix it???

no :((((

Same problem

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

Do that contain Microsoft.NETCore.App.deps.json?

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

guys, please fix this error, not that it bothers me, but I hate to see the error. thank you for

@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.

2 Likes
1 Like

Great @felipe_arredondo - ill see to it that it gets fixed!

Hmm dotnet runtime should not need the packs directory. So trying to find out why that would be needed.

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!

@StormcloudArts have you tried what I wrote. Let me know if that helps:

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.

1 Like

Yes, that helped. Thanks

Even though I tried it many times, it still didn’t work

THANKS IT WORKED!!! i downloaded this my problem version was 5.0.3

2 Likes