Hi to all, I need to use some externals (out of the "res://" folder) resource (GdScript, Scenes, Fonts, ...).
I need to use these resources as an external library to can make it one time and use it on all my games, and any time I make a library update, all my games will be affected with just a single recompilation.
The problem is that GoDot doesn't allow us to use files/folders external to the "res://" path.
PS: I cannot use Symbolic Link as a solution (I use different PC, and the synchronization process from all my PC doesn't work with Symbolic Links).
Any help? :)