Forum rules - please read before posting.

Render menu on top of hotspot icon texture

Any ideas how I can specify the order in layer of the hotspot icon texture? I need a menu to be able to be displayed on top of it.

Thanks

Comments

  • If Hotspot icons are set to be drawn in Screen space, they'll use Unity's ImGUI system - which is drawn last in the frame buffer.

    You can have AC menus be drawn atop this, but not Unity UI ones.

    If you switch to World space, icons are drawn using Sprite Renderers - so should respect your project's transparency sort axis relative to the position of your UI menus.

  • Switching to World space and setting an icon sprite order on each hotspots works - thanks 👍

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.