"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

multiple data set

I used multiple dataset in my project and i use each data set in a  separate scene . When i run the app the vuforia camera is open only after loading all the dataset in my project . I want to load only the dataset which is related to the scene and unload the rest at runtime ?

can anyone help me to solve this problem.

thank you in advance.

Hello ardb,

This function will de-activate all datasets and then activate the designated dataset. You can run something similar when you load into a scene to ensure only the datasets you want are active for the scene.

thanks for your reply.

this functions is worked, it deactivate all the dataset and activate the dataset that I mention but it works after all the target loaded in scene but that was not my problem.

my exact problem is,

1.I used 400 targets as 4 datasets.

I think is what you want, shows you how to create image targets dynamically.  
https://developer.vuforia.com/forum/faq/unity-load-dataset-setup-trackables-runtime

 

Thank you dpizzle,

      dynamic image target loading is good choice ,in my case i can't use this method because I assigned some values in default event handler script manually so i can't use the dynamic target images for this project.