i want use c++ dll on unity android application. use native dll on android device, learn should use unity 5. download unity5 here. application requires vuforia. download vuforia package here.
unity 5 64 bit.
on unity editor, delete maincamera
, add arcamera
. there error message on unity console. message below :
failed load 'assets/plugins/qcarwrapper.dll', expected 64 bit architecture (image_file_machine_amd64), image_file_machine_i386. vuforia.webcamabstractbehaviour:checknativepluginsupport()
there solution problem on vuforia forum. don't find unity editor(32 bit)
to use vuforia unity 64 bit, move qcarwrapper
dlls /plugins
/plugins/x86
. these dlls:
- qcarwrapper.exp
- qcarwrapper.lib
- qcarwrapper.dll
- qcarwrapper.dll.signature
this should solve problem!
Comments
Post a Comment