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
- GUI.TextField cursor is misaligned from text when setting Content Offset on GUI Skin
- The beginning of the Animation doesn’t start at the correct position when it's being enabled through a Trigger event and the Physics Simulation mode is set to "Update"
- Values are cut off between Visual Scripting Node links when in Play mode
- UI Toolkit Style is inconsistent when using Style Classes named using digits
- Outdated page opens when accessing Sprite Atlas v2 reference page
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.