Showing multiple UIs at once.

All about user interface, be it customizing built-in UIs or adding new ones.
Post Reply
Beletristul
Posts: 1
Joined: 01 Jan 2022 19:48

Showing multiple UIs at once.

Post by Beletristul »

So I need to implement an map-like UI and a Stats panel that is right on top of the map. I tried using @showUI UI1,UI2 but the second UI is always disappearing the next second. I tried with Play-Script and with normal scripts but it's always the same problem.

idaot
support
Posts: 263
Joined: 01 Aug 2020 08:25

Re: Showing multiple UIs at once.

Post by idaot »

It is likely because the UI's Sort Order is below the other UI's Sort Order. You can adjust the Sort Order in the Canvas component in the UI prefab.

Post Reply