UI appears when playing current scene(F6), doesn't when playing whole project(F5).

Godot Version

Godot 4.3

Question

Hello, I have implemented a TexturedProgressBar into my 2d game project to act as a health bar. It works and is visible completely fine when playing the project with F6, but fails to load (not just display) any UI when playing it with F5.

I have tried moving the node under different parents, but the outcome is always the same. Works with F6, doesn’t with F5.
Below are the images of

  1. The node system and TexturedProgressBar,
  2. The game when started with F6,
  3. The game when started with F5.



Thank you, have a nice evening