I am using the UI Material Lab but can’t seem to figure out how to get the segments to clamp. My goal is the image in the green outline. The image in the red outline is what I currently have. Does anyone know what I need to do to achieve this?
I mean, looks like you’re just missing a way to mask out the top half of the circle, right?
A simple procedural mask like this should do the trick:
Thank you! A mask will hide the part that I don’t want. But, the segments that are hidden, are still taken into account.
So if I set the segment count to four, only two will appear on the bottom half, while the two on the top half will be there, just hidden.
Instead of having four segments on the bottom.
I think you can then just multiply each “SegmentCount” parameter by 2 in your graph, is that what you meant?
Ahh I see. I can’t really tell where your incoming progress value is, but you should be able to use a Remap Range to adjust the values to only hit the lower segments while keeping the same timing.