Topic solved
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
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