I create new dataset, fill up him and downloaded from site to unity. After that i imported dataset in unity. After i create ImageTarget and ARCamera. After then i ran project. However, ARCamera define only 1 target of 5 and defined only target which enabled in imagetarget. i don't can define other targets. If i change target on other that will work only she. Others will not work. Who is collided with it? Sorry for my english
- Sort Posts
- 1 replies
- Last post
Problems with local dataset
March 29, 2019 - 8:18am #1
I'm not sure I understand everything you're trying to do, but I'm assuming you want to track multiple targets at the same time.
First, you'll have to set MaxSimultaneousTargets to 5 in the VuforiaConfiguration, this allows you to track more than one ImageTarget at the same time. Check out the section "Using Multiple Object Targets Simultaneously" at https://library.vuforia.com/articles/Solution/Targets.html.
Next, you'll have to create an ImageTarget for each target you want to use.
Good luck!