Search Issue Tracker
Duplicate
Duplicate in 2019.3.X
Votes
1
Found in
2019.3.0f4
2019.3.0f6
2020.1
Issue ID
1217278
Regression
Yes
[2020.1] "Render Mode" dropdown displaying items from a different component's, that was selected first, "Render Mode" dropdown
How to reproduce:
1. Open attached project (RenderMode_Dropdown_Test_Project.zip)
2. Select the "Light" GameObject in the Hierarchy
3. Select the "Canvas" GameObject in the Hierarchy
4. Open the "Render Mode" dropdown on the Canvas component in the Inspector
Expected result: The dropdown displays the Screen Space - Overlay, Screen Space - Camera and World Space options
Actual result: The dropdown displays the Auto, Important and Not Important options
Reproducible with: 2019.3.0f4, 2019.3.2f1, 2020.1.0a17, 2020.1.0a23
Not reproducible with: 2017.4.36f1, 2018.4.17f1, 2019.2.20f1, 2019.3.0f3, 2020.1.0a1, 2020.1.0a16
NOT reproducible with 2020.2.a1
Notes:
1. Tested components with a "Render Mode" dropdown affected by the issue: Canvas, Light, Video Player
2. Particle System component not affected by the issue
3. When a "Render Mode" dropdown is displaying options from a different component, if the amount of items in the dropdown is less than or equal to the number of items there should be for that component, the items have different names than what they should, but work as intended
4. If the "Render Mode" dropdown is displaying more items than the component should have, any item selected that has an index greater than what the maximum for that components dropdown should have, causes the following error to be thrown in the Console:
enum index is out of range
UnityEditor.PopupCallbackInfo:SetEnumValueDelegate(Object, String[], Int32)
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
- Component Glyphs value is truncated and Ligature Table glyph fields become inaccessible when increasing the Component Glyphs count
- There is no “Overwrite Preset?” popup when saving a Customizable Toolbar preset with a name that already exists
- Customizable Toolbar preset does not switch to the Unity Default Preset when Reverting All Saved Presets or deleting the active Preset
- New Hierarchy visibility and pickability icon behavior differs from documentation
- [Usability] Selected node gets unselected when undoing changes in the Graph Inspector Node Settings tab
This is a duplicate of issue #1215130