Why does godot export games in only 2 files

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By AnindyaRoy

Why does godot export the dektop game in only 2 files, i.e. exe and pck unlike unity which exports project in a well structured folder.

You know it kinda looks unprofessional…

I’m not sure I understand. The last Unity project I exported (from a few years ago) created a single executable and a parallel data folder containing a bunch of files and folders.

So, at the top level, that’s 2 things (an EXE and a folder) which is nearly the same as Godot’s 2 things (2 files).

I’m not sure why you consider that unprofessional, or really, what you’re concerned about.

jgodfrey | 2020-11-11 21:19

What’s the original problem? Do you need to support user-generated content? If yes, you may want to look at this proposal.

Xrayez | 2020-11-12 22:41

@jgodfrey I am talking about that folder only, godot gives a pck file instead of folder, which to some extent looks unprofessional to me as generally big games tend to have lits of folders and subfolders.

AnindyaRoy | 2020-11-16 07:50

As far as I know, the engine doesn’t aim for giving ability creating AAA games, where this file structure may be common, in my opinion.

Xrayez | 2020-11-16 08:05

@Xrayez Ok I see

AnindyaRoy | 2020-11-16 10:33

:bust_in_silhouette: Reply From: rakkarage


https://godotforums.org/discussion/23292/export-with-just-an-exe-no-pck

:bust_in_silhouette: Reply From: stan.wick.52

Well maybe it’s because Godot is focused on light weight and compact development.
Notice how the engine is only one executable.
The only well structured folder needed is your development folder or res folder, whatever you call it.
As for looking unprofessional, it looks professional enough to me. The end user has no need to snoop around in my game folders

The end user has no need to snoop around in my game folders

That depends whether a particular game has capabilities for creating user-generated content, or whether modding support is involved.

Xrayez | 2020-11-12 22:37

Yeah. That’s true though.

stan.wick.52 | 2020-11-14 22:34