Forum rules - please read before posting.

Adjusting menu (combining AC and Unity menus) sorting order

Hello!

My team has created a lovely new UI for my games, and it's all working beautifully but for one thing... they used Unity UI Prefab as the source for the inventory menu, and so my AC menus always sit "above" the inventory in sorting order. From what I understand, AC menus are on top by default, but since I need players to be able to access items from their inventory in order to interact with some of my other menus, is there a simple (aka either non-scripting OR some sort of plug-and-play script) way to move the inventory (Unity menu) above the AC menus in sorting order?

Always so thankful for you-
Ann

Unity 6000.0.26f1
AC 1.83.0

Comments

  • I'm afraid not. This aspect of AC menus is down to them using Unity's ImGUI system, which is the last thing it will draw on the screen.

    The only way to overlay your UI menus on top of others will be to have those other Menus by UI as well.

  • Ahhh... ok. I'll see what we can figure out. Thank you!

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.