Just downloaded the sample and tried to build it, got this error:
(..)Repositories\Unity\Builds-Windows\Vuforia HoloLens Sample\Vuforia HoloLens Sample.csproj(392,9): error MSB3030: Could not copy the file (...)Repositories\Unity\Builds-Windows\Vuforia HoloLens Sample\Plugins\ARM\VuforiaWrapper.dll" because it was not found.
I have succesfuly built an app on the hololens using vuforia before, it worked although the assets were just way too high over the markers. Not sure what is different here...
I am using .Net as the scripting backend and Unity 2017.2 with integrated Vuforia 6.5. Attached is a screenshot of most settings and the error message.
Best,
Tank
Attachment | Size |
---|---|
![]() | 398.03 KB |
Its because u all are selecting ARM instead of X86 , ARM is for mobile phones and when u select UWP in player settings and ARM(Mobile) in visual studio this error will occur . U have to select X86 instead of ARM.