Sprite Animator is a Unity package that provides a custom animator designed specifically for 2D sprites. It leverages a global frame duration, allowing for full synchrony between animated objects.
With a circle sprite with the PieChart shader and a PieChartTimer component attached, as long as the PieChartTimer script is enabled, the pie chart will fill in over time. In the Unity Editor you can ...