Possible To Build Game Where The Visual Graphic Resources Are Available To Edit?

Godot Version

v4.5.1.stable.official [f62fdbde1] Linux

Question

Hi,

Is there a method to build a Godot Engine v4.5.1 game where the visual resources are available?
We wish to hire a graphic artist on Fiverr freelance site to improve the game’s graphics.
Would be great if the graphic artist could modify the graphics and then run the game to see it.
Let us know, thanks!

Use GitHub and let them just put it in the game and test them. Unless you don’t trust them with your code. In which case you’ll need to create custom versions of your Nodes that load images from specific places like the user folder. It will be a long process that will require you likely to have two versions so you can flip a switch to create an artist version. It seems like an interesting project, but ultimately a lot of work for little payoff.

As someone who has worked with artists, I recommend you just end them screenshots and pull the art into the game yourself.