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
- Graphics Settings: “Use Defaults” checkboxes misaligned in Tier Settings section
- VFX Graph particles are not culled when using URP and Frustum Culling is enabled on VFX Mesh Output
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
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".