Hello,
I don't know if my question is on the right place.
I'm using vuforia for Unity. I would like to create a multi target wich is not a cube. When I'm going to the target manager I can only make a cube image target.
How can I make other shape marker under unity?
My project is to add multiple markers on a wall and the user can move in the room with AR.
Thank you for your answer
Hi mnaulet,
techbnically you can do that by manually creating a DataSet.xml where you manually edit the values of the "translation" and "rotation" attributes of the various sub-parts (i.e. of the individual Image Targets that make up your MultiTarget);
so, with the Target Manager you could create a set of normal Image Targets (as many as you want) and then save the dataset (so that the Image Targets will be saved in the XML and in the DAT files) and finally manually edit the XML so to define your own Multi Target.
Does it make sense?