Question by
MarcDed · Jan 21, 2021 at 08:13 PM ·
unity remote
How can I deploy vuforia on hololens ?
I'm trying to deploy on hololens glasses an application that makes use of vuforia object target (I have unity 2018), with a database created by me by means of the vuforia object scanner, and then imported into the project. During the deploy, there is a problem in the Bulk_UnityEngine.CoreModule_0.cpp, in the line of code il2cpp_icall_func(this, __value0); In particular: Exception thrown at 0x76D3C7D2 in TestProject.exe: Microsoft C++ exception: Platform::InvalidArgumentException ^ at memory location 0x245FF8AC. HRESULT:0x80070057 The parameter is incorrect. Informazioni WinRT: The parameter is incorrect. Does anyone know what is going on and how i can solve ?
Comment