I've built flatc and gdflatbuffers, copied the project/addons/gdflatbuffers directory into my project's addons directory, and copied the gdflatbuffers.linux.template_debug.x86_64.so file to both the project's root bin directory, and also addons/gdflatbuffers/bin, but the editor is struggling to find that shared object file:
ERROR: core/extension/gdextension_library_loader.cpp:360 - No GDExtension library found for current OS and architecture (linux.x86_64) in configuration file: res://addons/gdflatbuffers/gdflatbuffers.gdextension
ERROR: GDExtension dynamic library not found: 'res://addons/gdflatbuffers/gdflatbuffers.gdextension'.
I've built
flatcandgdflatbuffers, copied theproject/addons/gdflatbuffersdirectory into my project'saddonsdirectory, and copied thegdflatbuffers.linux.template_debug.x86_64.sofile to both the project's rootbindirectory, and alsoaddons/gdflatbuffers/bin, but the editor is struggling to find that shared object file: