MRTK (V2) Need to update Hololens?

前端 未结 2 1468
深忆病人
深忆病人 2020-12-18 05:59

I\'m trying to check out the new MRTK (V2) but I had been having troubles making the build, first on Unity which make me download the Windows SDK 18362, now I\'m trying to c

相关标签:
2条回答
  • 2020-12-18 06:20

    To fix this error you need to update your Build Settings so that the Minimum SDK version is at or lower than your HoloLens OS version. I usually use 10.0.10240.0. You still need to make sure that your target SDK version is “latest installed”. Try doing the following steps:

    1. Delete your generated UWP project.
    2. Open the build settings window in Unity.
    3. Make sure that Minimum SDK is is 10.0.10240.0
    4. Make sure that Target SDK version is “latest installed”
    5. Re-generate the solution and deploy to HoloLens.
    0 讨论(0)
  • 2020-12-18 06:23

    Emphasize Bullet 3# in Julia answer. Minimum SDK must be 10.0.10240.0 otherwise you will get a fatal error on the first app run.

    0 讨论(0)
提交回复
热议问题