HoloLens 2 Area Targets Testing App not working
Hi, I've been trying to test an Area Target I created from a Matterport Pro2 scan on my HoloLens 2, but the Area Target Test App seems to be freezing. I'm using Unity 2021.3.4f1 with Vuforia 10.12.3, as well as the ATG 10.12.3. The HoloLens 2 is fully updated.
I've followed the stems in the link below and have succeeded in deploying the app, having it create the dataset folders, and then uploading the necessary data from the Area Target into these folders. Then I open the HL2 app and it shows that the dataset is loaded, but then when I say to activate the dataset, the loading wheel appears but freezes - as I see that this loading wheel's animation is just a rotation of the graphic during Update(), it seems like the app is freezing. Picture and Area Target are attached to this post as well.
https://library.vuforia.com/develop-area-targets/area-targets-test-app-user-guide
Unfortunately I can't run this in debug mode from Visual Studio to figure out what's wrong because of having to upload to the LocalState folder, which gets overwritten when the app is deployed, unless there's a way to build this into the build itself? I was hoping to not have to go too deep into the code myself so any assistance would be greatly appreciated.
Travis