NormandErwan / ArucoUnity

Bring augmented reality to Unity by tracking Aruco markers in real time.
https://normanderwan.github.io/ArucoUnity/
BSD 3-Clause "New" or "Revised" License
205 stars 38 forks source link

Compilation Issue with VSCode: Unable to Find Package When Building for ARM64 #47

Open vincenzocivale opened 1 year ago

vincenzocivale commented 1 year ago

Hi, I'm experiencing an issue while compiling a project with VSCode, where the required ArucoUnity.dll is not found when building for the ARM64 architecture. The package is located in a folder named "x86". I need ARM64 to execute on Hololens application to complete a assignement of Univerity course. Please help me