How to load GDevelop 5 Games

How do I load the gdevelop game.json? It replaces all the sprites images with error icons can someone help cause it’s getting irritating.

Edit the sprite, and hover the mouse over the missing sprite image. It should tell you the absolute or relative path to the image. Make sure the image is in that path/folder.

If you move the game.json file and the images are in a relative location (i.e. on Windows they don’t start with a drive specifier (like “C:”)), then you’ll need to move the images too.

Note, a relative path is usually from the directory the game.json file is located.