How to place UI elements on normal GameObjects?

How can I place UI Elements always (independently of the screen size) on a Sprite?
The UI element should have the same size of the sprite independently of the screen size.

Just parent a Canvas under the Sprite, set to World-Space mode.