- Home /
EditorGUILayout.Popup maximum number of entries
I am building a custom editor popup with a list of strings. However, it stops adding new strings to the popup dropdown after 23 entries. Any more string I add to the list will not appear. Is there some way to fix this?
Thanks!
Answer by Rafarel · Mar 08, 2020 at 11:46 PM
Hey @CommanderThrawn ! I managed to insert 30 entries, but I need 50 different entries ... Did you find a solution or a better way to draw a drop down menu in the editor GUI ? Thanks !
Oups just forget about it ! It was may rest API that was returning paginated items by 30 !
Your answer
Follow this Question
Related Questions
Restrict position of popup window located in another window 1 Answer
Set the Rect of PopupWindowContent 1 Answer
Custom Editor fields listed below script variables 1 Answer
How do I add a drop-down menu to an EditorWindow? 3 Answers
How do I have an EditorWindow save it's data inbetween opening and closing Unity? C# 5 Answers