"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

Dataset Loading by Name

Hi, I am trying to swap datasets at runtime and was wondering if there was to activate a dataset by name not id? I want to be able to load it on the fly from my server so I will already know the name of the dataset it needs to load. In the sample app it shows it loading by number, which doesn't do me much good if I don't know the ID it generates for it. Code: imageTracker.ActivateDataSet(imageTracker.GetDataSet(4)); Any help is greatly appreciated.

Hi nssandhu, I believe you are using Unity given the code snippet. Here's a couple of functions from a test menu that we use that should give you enough ideas to implement whatever workflow you need: [CODE] private void DrawDataSetLoadList() { // Show list of unloaded datasets in t

Thanks a lot for this post. That is exactly what I was searching for! :)

I had trouble finding any documentation for the following methods:

Hi Pesche

The only available documentation at present is the sdk help:

https://ar.qualcomm.at/qdevnet/sdk/ios

...and the developer guide

https://ar.qualcomm.at/qdevnet/developer_guide

Hello,

I was wondering if the code is still valid in the current version of the Unity extension.

I tried to use it and I get problems with