I have the following situation, I am using two identical images, what of different color to read it AR of Vuforia . When creating the database, I defined each one with a pattern, in this case it would be a purple one and the second one pink. Add two ImageTarget in which I defined a Spirte in each one according to the color of the image.
What is happening to me is that whenever I read one or the other I always load the same Sprite although they are different. What I want is that when I read the purple I will load the one that responds to that color and so on with the other.
Note: I am not using any script to do this action.