Compression project

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

Can I compress my project? It is big. Where are the compression settings of assets in Godot?

I’m guessing here, have you checked Project Settings > General > Compression > Formats?

quijipixel | 2018-02-05 14:55

I tried it. But the size of my build does not change. Maybe I’m stupid?

GearStarter | 2018-02-05 15:14

I don’t think so, it’s just that we don’t fully understand whats happening underneath

quijipixel | 2018-02-05 15:20

Ok. So how to compress my project? I want to have small size.

GearStarter | 2018-02-05 15:46

There are some compression options on the asset’s importer

quijipixel | 2018-02-05 16:11

Thank you, I’m trying.

GearStarter | 2018-02-05 16:21

:bust_in_silhouette: Reply From: ProggerParrot

The compression in the project-settings are just one possibility to make your game smaller.

In the core you have to optimize all used resources. Here the most work is done by programs like Gimp or Blender. :slight_smile:

I recommend to watch this summary:

My project size is 168 kb. But exe is 33 Mb. I want it to be 4 Mb.

Gazi Safin | 2021-06-07 11:39