Hello,
I am looking for the best way to fill transparent cells with a colour. I also want to preserve transparency.
Think of it as a progress bar that can change value over time and is NOT a 2D component.
I thought of changing the offset of a texture on each affected cell but given that these cells are sharing a material, is that the most performant approach?
Thanks