Godot: Allow exporting without packing

Created on 26 Apr 2017  ·  3Comments  ·  Source: godotengine/godot

Right now there are 3 different export options that involve various ways of packing data. An option to leave it unpacked, such as what the zipped option does but without zipping it, would be helpful for those of us who are interested in allowing end-users to mod the core data.

discussion feature proposal usability

Most helpful comment

Could be useful for project merge too (export many into the same directory).

All 3 comments

Could be useful for project merge too (export many into the same directory).

The export options were removed in Godot 3. I will, however, tell you a little secret.
Just put a godot release binary in the root of your project and it will run the game fine without exporting, so there is nothing that needs to be done for this.

Just put a godot release binary in the root of your project and it will run the game fine without exporting, so there is nothing that needs to be done for this.

Sadly in 3.0 and later, you still need to ship the .import/ folder if you want this behaviour to work, as the template binary can't import the data itself.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

testman42 picture testman42  ·  3Comments

mefihl picture mefihl  ·  3Comments

timoschwarzer picture timoschwarzer  ·  3Comments

ndee85 picture ndee85  ·  3Comments

SleepProgger picture SleepProgger  ·  3Comments