Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Question: I've been having a hard time learning how to make gui pop up on the screen and disappear whenever i put it on the gui layer it messed us everything or moves around when the character moves.

Are you setting something on the UI layer to follow the player? If so, that would be your problem.

It's hard to explain i'm a newer developer and i've legit given up on the game for months because of this small setback and more issues.

I'm very confused on how the layers work because they're no indepth guides for g-dev considering it's not one of the largest platforms for coding.

(+1)

Yeah, layers are weird. When using a camera you should see what layer the camera is targeting. This is why that layer has the camera, and no other layers do. You can use this to your advantage by making a new layer and setting all of your UI stuff to that layer.

However, I think you are right, someone should start making GDevelop tutorials soon and maybe it will be me. We’ll see.