Topic was automatically imported from the old Question2Answer platform.
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 .
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.