How to create dimensions UI for objects

Hello, I have bunch of furniture assets and I want to create a dimensions UI like on this image:

Any idea how I can create something similar to this?

Thanks

Text and image elements in 3D space should be fine for this. Is there a particular area you need help on?

Hey, I was looking for the best way to approach this feature.
Should I add empty entities as points and then stretch the image between the points?
What would be the good approach to create this effect from a technical view?

I would start simple until you run into issues. 4 entities. 2 end points, 1 line stretched between them and a text element. You even have the line stretch dynamically between the two end points to make it simpler to set up in the scene or at runtime

1 Like

Thanks!