"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

How to select model targets in unity with c# script

Since I have imported multi database, I know that I can switch the database in unity editor Inspector panel.

But I want to let user to decide which one they want to detect.

So how can I switch the database in C# script

Hello,

I suggest you download and review the source code our Model Targets Test App as it provides functionality for a similar use case.

Kind regards,

Dave Downing

I download the `Vuforia Core Samples' via Unity Asset Store.

But I can not find something like switch database in runtime.

Do I missing something