greatclock / excel_to_scriptableobject

An easy way to access data stated in excel (xlsx) files for Unity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to parse custom enum?

eterlan opened this issue · comments

The scenario is, if I have two excel table which both use a specific enum type, and if I check "Treat Unknown Types as Enum", they would both generate a enum type.

Sorry for my late response. External enum is supported, but full name is required, including namespace and enum type name. Readme to be updated...