Godot Version
4.2.2
Question
I have a healthbar implemented as a TextureProgressBar with a script attaches with class_name Healthbar. When i try to instantiate my healthbar by loading it with a preloaded prefab it works normally but when I use Healthbar.new() it does not display at all. What could be causing this?