Unity Custom Editor window - Multi-Selection Dropdown

Unity Custom Editor window - Multi-Selection Dropdown

https://stackoverflow.com/questions/46365562/unity-custom-editor-window-multi-selection-dropdown

I am currently working on a custom editor window in Unity3D(c#). Currently I'm trying to add a dropdown that allows for multiple selection. This works, but the dropdown is limited to 32 items. I know this is because of Binary Encoding (32 bits and all) and see no direct way to work around this.

Do any of you know of another dropdown that allows for the same kind of multi-selection? (also including the "Nothing & Everything" options), or have any idea on how to write this dropdown myself?

Thanks in advance.

 

I think 32 items are way too many for a drop down menu.

You can create a fixed-height listbox with a scrollbar in a floating window instead. You will need to implement the logic of flag mask yourself.

A possible implementation of listbox: use EditorGUILayout.Begin/EndVertical and place buttons/toggles inside.

It's something similar to this:

As for floating window, see PopupWindow and EditorWindow.ShowAsDropDown.

 

 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值