Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2019.1.0a1
2019.1.5f1
2019.2.0a1
2019.3.0a1
Issue ID
1163564
Regression
No
EditorGUI.Popup has limited depth when they are Multi-Level
How to reproduce:
1. Open the attached project("Popup_Test")
2. Go to Test > Window
3. In Selection A, try to go to the 20th level of the Popup
Expected result: all levels of the Popup are reachable
Actual result: only 16 levels of the Popup are reachable
Reproducible with: 2017.4.29f1, 2018.4.2f1, 2019.1.7f1, 2019.2.0b6, 2019.3.0a6
Note:
- When level 15 is reached and the 16th level field is opened and pressed, the 17th level field is opened; however, when the 17th level field is pressed, it gets stuck on the screen.
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
- "Light" Component's "Culling Mask" setting is hidden but still has an effect when using HDRP
- Selecting the Web platform can be done when using the HDRP project
- Textures swap when SpriteRenderers with shared materials and animators are toggled on and off
- "EndLayoutGroup: BeginLayoutGroup must be called first" is thrown when selecting the wrong executable for the browser and then the right one
- [iOS] [AudioSource] Errors/warning logged and "AudioSettings.OnAudioConfigurationChanged" event not called when disconnecting the Bluetooth heaphones from the device
Resolution Note (2019.3.X):
low priority and unlikely to be resolved for the moment.