Godot Version
4.4.dev3
Question
Hi, for some reason none of the nodes are visible in my scene. I tried reopening the scene and also godot. As you can see it does draw the widgets. Any ideas why this happens and how to fix it?
Seems related to Nodes not visible in Editor of certain Scene.
Are there any error messages in the output tab?
I believe you need to give some nodes dimensions to see what they show as it defaults to a very small number or 0. It’s also possible that the nodes you are using don’t draw by default at all. Like the current nodes you show, TileMapLayers need you to add tiles and draw them onto the canvas to show anything