Hmm then is the resource file included in the executable file(GDevelop 5.exe)?
I looked it up in the path below.
C:\Users\MyAccount\AppData\Local\Programs\gdevelop
My JS extension is working well.
I just put the files(JsExtensions.js and mytools.js) in the below path.
C:\Users\MyAccount\AppData\Local\Programs\gdevelop\resources\GDJS\Runtime\Extensions\MyTools
So is there no way to put resource files outside of the executable file?
I really don’t recommend it, you should better use GDevelop’s source or the in-IDE extensions, but you can extract the app.asar (in resources folder), add your images and pack it back.
Note that you can easily break your GDevelop Installation doing so and I really don’t recommend it.