98teg / NativeDialogs

Native Dialogs is a plugin for Godot that allows you to interact with OS-specific dialogs, such as notifications, messages and file dialogs.
MIT License
156 stars 8 forks source link

Godot 4 support #2

Closed aaronfranke closed 1 year ago

aaronfranke commented 2 years ago

I would find it useful if this addon worked with Godot 4 alphas/betas, any chance that it can be ported?

98teg commented 2 years ago

HI! Thank you for showing interest! Godot 4 has deprecated GDNative and replaced it with GDExtensions. It would require rewriting the plugin. I still plan to do so, but the last time I checked the documentation for GDExtensions wasn't complete. I would give it a go now that we are closer to the betas, and if everything comes alone I would let you know.

98teg commented 1 year ago

The port is now complete in this branch https://github.com/98teg/NativeDialogs/tree/godot-4.0! There may be some things that may be added in the future, but I would close this request since right now it is usable. Thanks!