Reputation: 2290
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
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 ...)
Upvotes: 1
Views: 701
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
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