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
- Inspector window flickers when a selector is created using a Style Class List Section
- [iOS] "UnityBatchPlayerLoop()" causes a freeze in the iOS application when it is put to the background and brought back to the foreground
- "Perform Selected" of Shortcut Manager window does not perform the shortcut in some cases
- Crash on mono_get_hazardous_pointer when running Play Mode tests in a specific project
- [iOS] ‘확인’(Done) and '취소'(Cancel) text is displayed as '...' in the on-screen keyboard when the System preferred language is set to Korean
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.