I have two UI-canvases loaded at the same time, how can I predetermine which UI-canvas will be in the foreground and which in the background? Is it possible to do this using the functions included in the script canvas list?
The point is that I have a background on one canvas that covers the visibility of the second canvas, and this creates a problem…
Hi @didzey, there is documentation on this at Configuring Canvas Properties - Lumberyard User Guide
In particular, Draw Order should be able to control which canvas goes first.
Let us know if that helps. Thanks.
2 Likes
Thank you very much!