You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't access bin folder when the project is open, can't write to it. so scons build fails, can't delete it and paste it either, says the folder is open somewhere. So the only way to compile the c++ code is closing the godot completely, and open again to test, you can compile it tho but to include/paste the bin in project you have to close godot.
Steps to reproduce
use gdextension, try to build when the project is open in godot
Calinou
changed the title
GDextension can't access bin folder in projects
GDextension can't access bin folder in projects due to Windows file locking limitations
Sep 17, 2022
Indeed, GDNative had the reloadable property to prevent that, I am unsure what is planned to address this issue in GDExtension.
See GDNative Documentation
Godot version
4.0 beta 1
System information
Windows 11
Issue description
Can't access bin folder when the project is open, can't write to it. so scons build fails, can't delete it and paste it either, says the folder is open somewhere. So the only way to compile the c++ code is closing the godot completely, and open again to test, you can compile it tho but to include/paste the bin in project you have to close godot.
Steps to reproduce
use gdextension, try to build when the project is open in godot
Minimal reproduction project
https://github.com/nathanfranke/gdextension/tree/main/project
The text was updated successfully, but these errors were encountered: