Hello all,
I have a project that runs great in Unity and tracks all my image targets via webcam. The problem arises when publishing for my iPad. I bring the project into Xcode, add the security framework then have to re link my library search paths ( iOS plugins comes in funny ) and build. It goes on the iPad but won't recognize images. Wheni search the debugger it says
"dataset exists
dataset ________ could not be loaded and cannot be activated."
I have tried re downloading my database from the target manager and that didn't work. And before anyone says it my dataset is loaded and activated inside Unity.
thank you in advance!
I am experiencing this problem as well. I can track the image targets in Unity using my webcam, but nothing appears when using any of my ios devices.