Mukesh M
Mukesh M

Reputation: 2290

Windows 10 Universal errors unity3d

I am using Unity 5.3.1f1 and vs2015 update 1

I tried to export my project as Windows 10 Universal with XAML and i even try with D3D

i got about 300+ error

enter image description here

I am able to run blank windows10 Universal app created using vs2015

i have try reinstalling ,updating vs2015,unity

Game works when i export it as windows 8,8.1 and other platform(webGl ,windows desktop ...)

Edit: enter image description here

Upvotes: 1

Views: 701

Answers (2)

Mukesh M
Mukesh M

Reputation: 2290

I went to Tools->Options->NuGet Package Manager

Tick Allow NuGet to download missing packages.

Tick Automatically check for missing packages during build in VS

Upvotes: 1

Snak
Snak

Reputation: 693

As seen on the second image, you are missing the references to the System DLL's. Just go to References, Right Click -> Add References.

My Unity projects always show up those references. Simply add them manually and you're good to go. An example :

Upvotes: 1

Related Questions