Perspective Fallback appearance

Good day!

I am trying to change the appearance of a "Progress" component when the Tag associated goes into fault.

By default, when this happens a red rectangle with a dot in the middle appears.

image

Is there a way to change that?

Thanks a lot in advance

You can remove the overlay by checking the 'overlay opt-out' checkbox in the binding window:
image

Then you can use the tag's quality to do whatever you want to your progress bar's style

1 Like

Thanks a lot!!