hi,
I have a CUI interface that appears in front of the game interface.
Since some updates, the game interface is displayed in front of my CUI.
Sceen :![]()
Is there a method to force my CUI to be in front of the game interface?
Solved CUI in front of interface?
Discussion in 'Rust Development' started by Loup-des-Neiges, Oct 26, 2017.
-
i have that but mine is from info panel - when i die the info panel boxes are on my death screen.
-
I don't remember method, which u could use to realize it, but it's easy. U should look at the code of QuickSort for Rust | Oxide .
-
You need to change parent in "Hud.Menu"
-
Thanks a lot for your answers.