Creating a Spinning Progress Bar in Godot

This tutorial covers how to create a spinning or indeterminate progress bar using the Godot Engine. Progress bars are easily created using the TextureProgress control node, but a little more work is needed to create one with a spinning or indeterminate effect. Radial Progress Bar To create a radial or circular progress bar, first create a TextureProgress control node. This node is specifically for creating progress bars and already has properties for handling standard linear progress bars along with radial progress bars....

August 24, 2022 · Thomas Langford