Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2020.3.25f1
2021.2
2022.1
Issue ID
1388201
Regression
No
[Post Processing] Chromatic Aberration and Grain have empty checkboxes with no descriptions
Reproduction steps:
1. Create a new project
2. Import Post Processing package via Package Manager
3. Add Post-process Volume component to the Camera
4. Create a new Post-process Profile (on the component)
5. In Component go Add Effect -> Unity -> Chromatic Aberration
6. Inspect the settings for the effect
Expected result: Fast Mode option does not have an empty checkbox
Actual result: Fast Mode option has an empty checkbox
Reproducible with: 3.2.0 (2019.4.34f1, 2020.3.25f1, 2021.2.7f1, 2022.1.0b2)
Note: the same type of empty checkbox is under Grain Post-processing effect settings for "Colored" setting
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note:
This checkbox is just the checkbox for the "Fast mode" field, similar to how the slider above it is for the "Intensity" field. It's a pattern you see everywhere in Unity, in pretty much all inspectors with checkboxes - field name in the left column, field value in the right column, the value in this case being a checkbox instead of a slider or a drop down.