Hello Playmaker community,
I’m reaching out for help integrating a searchable Enum Drawer into Playmaker, specifically using the Enum Drawer from UnityEditorJunkie.
https://github.com/roboryantron/UnityEditorJunkie/tree/master/Assets This feature is sorely needed to address a major limitation in handling large enums within Playmaker. I cant overhaul the Unity editor or the Playmaker API even with Chat GPT. This issue has existed since the dawn of playmaker and Unity and time itself.
Why This Matters:
For those who work with long lists of enum values (e.g., 50–100+ entries), the current selection system in Playmaker is extremely cumbersome, especially on Windows. Here are some major issues:
No Mouse Wheel Scrolling: The enum dropdown in Playmaker lacks mouse wheel support, so we can’t scroll quickly through values.
Lack of a Search Box: There’s no way to search within the enum dropdown. This means that finding specific values requires either navigating slowly or iterating through the list one by one.
Single-Letter Selection Limitation: Typing a letter only brings up entries that start with that letter in succession, meaning I still have to scroll through each one.
Windows-Only Down Arrow Clicking: On Windows, the enum list provides only a down arrow, which requires dozens of clicks to reach lower entries. On Mac, at least, it’s slightly easier due to smoother dropdown scrolling. Can someone at least point me in the right direction. I'm not talking about the inspector enum list. I want to change the crap inside of playmaker. However, it looks like the enmu list is system wide across the Unity Editor.
