poohcom1 / GodotInterfaceExport

Godot C# package to support exporting interface types!
https://www.nuget.org/packages/GodotInterfaceExport
Other
5 stars 0 forks source link

Add support for resources #3

Open poohcom1 opened 9 months ago

poohcom1 commented 9 months ago

It would be nice to create a Resource equivalent to the current Node export. Analyzer-wise, we already have everything needed to properly detect if a resource implements an interface or not, as it can just use the same analyzer for node scripts.

However, the much harder task is creating a custom UI to cover resource-picker and resource editor.