ColorRect in Instruction scene not showing in different scene

Godot Version

V4.7

Question

Hi. I have a ColorRect in the Instructions scene that fills up the screen (Full Rect). I have no code that hides it or removes it.

But, when I put the instructions scene into the main menu, the ColorRect is gone. I’ve tried putting both the Instructions Scene and the ColorRect at a high Z Index order, but the ColorRect does not show.

Below are the instructions Scene and the Main Menu scene. Note: I want the Instructions scene to be in a few places.

Looks like the Instructions are placed behind Sky, Ocean, Misc, and your GridContainer. Are you sure those other nodes aren’t overlapping? Maybe you need a CanvasLayer as a parent of the Instructions?

Moving the Instructions and nodes around in the menu yields the same result.

I’m not sure if I understood that as I tried that for the main node, but again, there’s no ColorRect.

That scene tree looks better to me; can you switch your tool to the multi-tool? make sure your anchors are set to “Full Rect”

I don’t know how to switch from tool to multi-tool.

As for the anchors, I’ve set to Full Rect, and it’s working now, so thank you.