Search Issue Tracker
By Design
By Design in 6000.5.X
Votes
0
Found in
6000.3.0b10
6000.4.0a5
6000.5.0a2
Issue ID
UUM-128281
Regression
No
Multiple same function filters can be added to the same Visual Element in UI Builder
How to reproduce:
1. Create a new Unity project
2. Create a UI Document and open it
3. Add any Visual Element and select it
4. In the UI Builder Inspector, go to "Filter"
5. Try adding the same filter multiple times
Expected results: The same filter can't be applied multiple times to the same object
Actual results: The same filter can be applied multiple times to the same object
Reproducible with: 6000.3.0b10, 6000.4.0a5, 6000.5.0a2
Can't test with: 6000.0.63f1, 6000.2.14f (No filters)
Reproducible on: macOS Tahoe 26 (M1)
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
This is expected. The filters will be executed in the order they are defined, and the same filter can be set multiple times. This is to allow use-cases where you have the same filter interlaced between other filters. For example, you can have blur, followed by grayscale, followed by another blur that's gonna be applied over the "blurred grayscale".
Resolution Note (6000.5.X):
This is expected. The filters will be executed in the order they are defined, and the same filter can be set multiple times. This is to allow use-cases where you have the same filter interlaced between other filters. For example, you can have blur, followed by grayscale, followed by another blur that's gonna be applied over the "blurred grayscale".