'How to place object on top of ui?

I'm trying to place a 3D object on top of a UI Image

But nothing works. Can anyone give an example of how to add a 3d model on top of a UI Image in a 2d game.

The strange thing is that I have all the objects closer to me in the Z- coordinate.

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

Another oddity is that Sprite objects ignore hierarchy. They are always above the UI Image and the only thing they react to is Additional Settings

enter image description here

Why does the hierarchy not work for me?
Can anyone explain what I'm doing wrong?
Where is the mistake?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source