In my scene, I have 6 instances of an Actor Type and when the user clicks on each of them, i need to know which one he clicks as he will get different points and I need to match the answers. So If the instances have an ID or a Name like A, B, C, D, E and F, if when the user clicks and returns a D, then i know which he clicks and can give points to him accordingly.
Is there a solution around it? Other than creating 6 different Actor Types? I may later have say 20 instances on the same scene.
Please help