Closed YouKiat closed 1 year ago
Unfortunately not, you have to specify the base class. SerializedType underneath is using the TypeCache class and as far as I know, there is no option to get all interfaces. Previously I was using a custom solution that scans all assemblies but for Editor Tools is highly advised to use the TypeCache to share the same API for retrieving types.
ok, noted, thanks.
I tried the code above, but it didn't work.