Progress Bar

FREE
Publisher Chengfeng Wang
File size 478.97kB
Number of files 17
Latest version V1.0
Latest release date 2015-04-29 08:37:14
First release date 2015-04-17 08:09:34
Supported Unity versions 2018.4.2 or higher
This shader provides a flexible way to draw any kind of progress bar. You need two textures include a progress texture and a mask texture.

There is a “_Progress” value in this shader. Every pixel on the progress texture shows only when the corresponding alpha value on the mask texture is greater than the “_Progress” value. To make more complex progress bars, you just need to make more complex mask textures.