How to show a Sprite (in SpriteRenderer) above GUITexture with ONE camera

Hi there,

is there any solution for showing a sprite above GUITexture with ONE camera?

I doubt it. For other objects you can set renderer.sortingLayerID and renderer.sortingOrder from code, but GUIText objects don’t have a renderer component.

–Eric