GUI Texture over all GUI Elements

Hi
I use for my inventory a (GameObject) GUI Texture to
drag the items with the mouse.
But this texture is always under the bag and other
GUI elements.

Unfortunately, I can’t find a way to change the layer
of this GUI texture.

Is there a way?

There isn’t a way; GUITextures are always underneath OnGUI elements. However, you can simply make everything with OnGUI and then you can layer the elements as you like.

–Eric