3D Progress Bar

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Spartamarine

I have been trying to use a progress bar to simulate a life bar for 3D Sprite models. The issue arrives where the progress bar will not appear in 3d. I have tried using the progress node as a child to the 3D sprite but still the life bar will not appear. I know I am doing something wrong, i’m just not sure what it is.

:bust_in_silhouette: Reply From: Magso

The ProgressBar node is a canvas item not a 3D spatial node. You can use it to resize a spatial node with a MeshInstance child that is positioned so that the end of the mesh is at the parents origin. You can then code it like this

3DBar.scale.x = ProgressBar.value