Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Windows 10 SDK / UAP SDK Error

Discussion in 'Windows' started by Rajmahal, Feb 3, 2016.

  1. Rajmahal

    Rajmahal

    Joined:
    Apr 20, 2011
    Posts:
    2,101
    I deleted Visual Studio Professional 2015 and decided to install the Visual Studio Express 2015 Update 1 along with the SDK. However, now when I try to run a build in Unity, I get the following error:

    I've downloaded the Windows 10 SDK and installed it from here:

    https://dev.windows.com/en-US/downloads/windows-10-sdk

    Any idea what I'm missing? Is there somewhere I can install Windows UAP SDK? I've tried googling it but had no luck finding it.
     
  2. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,875
    Are you able to create Universal app from VS 2015?
     
  3. Rajmahal

    Rajmahal

    Joined:
    Apr 20, 2011
    Posts:
    2,101
    No, when I try to open an existing build that I created earlier (when I had visual studio 2015 pro installed), it now doesn't give me the option to do a build. I'm guessing that I must be missing some Visual Studio SDK but I can't figure what I need to install.
     
  4. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,645
    The easiest way to fix the installation is to go to control panel -> Programs and Features -> Visual Studio 2015 -> Modify. Then, select "Universal Windows SDK and tools" checkbox and proceed with the installation.
     
    sandolkakos, tomatom and Rajmahal like this.
  5. Rajmahal

    Rajmahal

    Joined:
    Apr 20, 2011
    Posts:
    2,101
    Thanks .. that was it. Appreciate it.