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
- Look Dev errors are spammed when opening a new HDRP project when Look Dev was added to the layout in the previous project
- URP Scene Templates are not editable when first opened from the New Scene dialog
- Look Dev window flickers when resizing the window after docking it
- UI breaks when Multiplayer Center window section divider is moved too far
- Adaptive Performance documentation link leads to outdated package documentation when the documentation hyperlink is pressed in the Project Settings window
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".