dynamically add model target through generator
Hello,
I am working on my Master's degree thesis and :
I have a trouble finding out if newest vuforia is somehow allowing user to dynamically (for example in script) add new Model targets to recognize.
I am using Unity with vuforia library.
As far as i understand it i have to create a database and train it with my models, If i want to add or delete a target I need to delete and create a new database.
So is there a way to create an application with vuforia that will be able to run on its own and i will be able to change the database in app and it will take that dabase's models?
Or it's static and i have to do it manually and rebuild the app?

