MRTK (V2) Need to update Hololens?

前端 未结 2 1467
深忆病人
深忆病人 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.

提交回复
热议问题