Godot Version 4.6
Question
So I’m working on UI for a game jam game, and I’m running into issues when i go from the UI scene tab to the Game (aka my main scene) scene tab…
In the UI tab, it looks like this:
But then once I enter the Game tab, it ends up looking like this…
To be honest, this is probably a pretty easy fix that I’m too tired to notice…
pigpog
2
Did you make sure to put anchors on them? If you didn’t then that could be a problem.
I’d put them in containers and then anchor those where you’d want.
Its all in containers and all of it is anchored, thank you tho :3
I figured out the issue. Turns out the Game UI node’s size within the Game root node wasn’t the same size as the camera