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
- The node system and TexturedProgressBar,
- The game when started with F6,
- The game when started with F5.
Thank you, have a nice evening