Fix label to a camera and make it static

You should use CanvasLayer.

Create a new CanvasLayer node and add the Label as a child of the CanvasLayer node.
Your scene tree should look similar to this:
image

This works, because Camera2D has (with default settings) no impact on CanvasLayer and its children nodes.

3 Likes