I am using unity to call animation file on image target in my android application. I have been successful in calling one animation file on one image target. What my problem is that I want 4 image targets and their 4 corresponding animation files, can anyone please help me with this?
- Sort Posts
- 1 replies
- Last post
Multiple image targets & their corresponding animations using unity in 1 app?
June 5, 2012 - 3:29am #1
Re: Multiple image targets & their corresponding animations usin
June 5, 2012 - 2:46pm #2
This should be possible. What is the problem you are encountering?
You'll need to use a DataSet containing 4 Image Targets, and assign each to a different ImageTarget instance in the scene.
If you want to show all 4 at the same time, be sure to set Max Simultaneous Image Target field on the ARCamera to 4.