"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Loading dataset from external folder and using it

Hello,

 

In my current project, I try to load dataset from XML/dat files placed in persistantData folder.

I followed this : https://developer.vuforia.com/forum/faq/unity-load-dataset-setup-trackables-runtime  with the default VuforiaMars_Images dataset placed in my persistentData folder.

And my dataset seems to load well :  Image removed.

 

Each GameObject is renamed, as expected, and there is the augmentation.

 

However each ImageTarget is not set well. 

Image removed.

The ImageTargetBehaviour has no target. 

 

What am I missing ?

I use Unity 2018.2.18 on Windows with Vuforia 8.0.10

 

Thank you

Hello,

The loading of datasets from locations other than the /Assets/StreamingAssets/Vuforia is a run time operation. It is not meant to be reflected in the Editor's GUI as it is not in the expected location (e.g. the StreamingAssets folder).

Thanks,

nickos64252

Fri, 01/18/2019 - 17:56

In reply to by medabit

Yes.

You are right. The Editor GUI is not updated, but from code, everything is fine.

 

Thank you

Attachment