.json file export

Can a json file from GDevelop be imported into Unity?

No. I don’t think so. Because json is:

I had heard that there were some things you can do with json files in Unity Unity: Reading external JSON files | by Allison Liemhetcharat | Medium, so that got me to wondering whether there was any compatibility between the two engines in that respect, but I don’t think there is. I asked because I have a game started in GDevelop, and its concept fits a Unity jam that is about to start. If I can get into a team for the jam, I could always do the still renders and cut scenes for the Unity game, but I was just wondering if anything I did in GDevelop might be usable in a Unity game.

No, JSON is a well known data format but the data stored by GDevelop is not the same as the unity one, you can probably technically import the game data and use it in unity C# scripts i guess but you cannot convert it to the unity format.

You’re usually not allowed to submit games that were made before the jam even if it fits the theme, as the whole point of it is to be a fair contest, it can’t be fair if some people started before others.

1 Like

OK, thanks for the info. I was just theorizing. LOL