Godot Android plugin Layout always on TOP of the game UI layout

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Zakaria Guenna

How can i control the draw order of a Godot android plugin layout ?
The android plugin layout seems to get rendered always on the top of the godot game layout .

:bust_in_silhouette: Reply From: bogdan000

I’m not sure about what Android plugin you’re talking about, but you can put it in a CanvasLayer and change its layer property to change where it draws. By default everything is 0, making it larger will make it draw over other stuff while making it lower will draw it below other stuff.