Skip to content

[Feature Request] About custom drawer for class which already had builtin drawer. #156

Description

@sol3breaker

I had some third pary tool, which provides some class like ObscuredString, and this class had its own Drawer. So the editor Toolbox will detect there is a builtin drawer for this class. But I write an dropdown attribute for this class like

[MyPop("Equip")]
public ObscuredString equipName;

which helps me to search in database, and I tried to integrate the custom drawer for editor toolbox, then added it to setting database. But eventually nothing happened, the function is never called, and I found the system will not handle when the class had builtin drawer.
If the system could know there is other toolbox attribute is overwritting the builting drawer, it will fix the problem.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions