I can't seem to display a panel and label because of a camera2D

Godot Version

4.4.1

Question

In my game i wanted to track the score of the player. However, every time i create a panel and anchor it into the screen, it doesn’t show up during testing. I started messing around and realised that it would only show up if i disabled the camera2D attached to the player. How do i fix this issue?

You can place the panel as a child of a CanvasLayer so that it does not matter if the camera moves.

thanks, i fixed it

1 Like