How to make a shadowed circular progress bar

Hello, does anyone know how can I make a circular progress bar with drop shadow? I made a UI material with a circular progress bar, but I want to make a shadow around it like on my texture.

Circular progress without shadow:
image

My texture with shadow:
image

Try this

And just use your image with drop shadow as the backing portion.

1 Like

Thank you, it worked! Even though I made some modifications to the material, because I had to make the black empty part of the bar more transparent, so I modified the material from masked to translucent and then I took the empty part of the bar and subtracted it from the final opacity of the material. Thank you again for the help! :grin:

1 Like

Hi , Can you please share your material of progress bar.

Thank you