Need Help To Show Unity UI on Vuforia

Hi,
I want show a specific UI canvas for every object within a marker. That is, if a marker seen, not only a 3D object appear, but also an info using Unity UI. Then if another marker seen, another UI canvas related to the marker replaced the previous one.
I’ve try to make the canvas as child of the Image marker, but it didn’t work.
Then I try to set the Canvas’s Render Mode to World Space with AR camera as the Event Camera, but this didn’t work too.

Are there someone can help me to solve this problem?

I’ve searched the entire threads and also on Google but can not find solution for my problem.

great thankyou for any help :slight_smile:

I think the UI elements need to be GameObjects themselves and linked to each object it is attached to