Search Unity

Question What parts of code I need to change to port my project from Hololens 1 to Hololens 2?

Discussion in 'AR' started by uposia, Oct 2, 2020.

  1. uposia

    uposia

    Joined:
    Sep 8, 2020
    Posts:
    1
    Help: I am currently working on the HL1 project which does the object recognition openCV and Yolo model. I want to port the system to HL2. Currently, I am using Unity 2018.4.22f1 and MRTK 2.4, I have upgraded unity to 2019.x but what API or dependencies I have to change?
     
    Last edited: Oct 2, 2020
  2. joejo

    joejo

    Unity Technologies

    Joined:
    May 26, 2016
    Posts:
    958
    You shouldn't have to change any API dependencies for that. It should "just work" in regards to Unity. I can't talk to changes in MRTK and what they may need.

    Your biggest issue is making sure you target ARM/ARM64 when you build your project in VS.