Why this folder generated? _BackUpThisFolder_ButDontShipItWithYourGame

I made windows build and one of result folders name is

[my game name]_BackUpThisFolder_ButDontShipItWithYourGame

What this means?

If I want to make Steam build, should exclude this folder? and upload other folders, files?

Then why this folder generated?

This folder contains generated code and debugging symbols. It is required in order to debug .dmp files generated from crashes. As the name suggests, it should not be included into the steam build (that is, people who download your game shouldn’t get these files), however, you should store them somewhere that you can access them later when you need them.

Keep in mind that once you delete them, making another build will not produce identical debugging symbols and will cause you to be unable to debug any .dmp files from previous builds should you ever want to.

The folder is generated for Android too.

Does Unity even provide any instructions for using the contents of this folder. Several searches have shown up nothing, even up to Unity 6.

Surely if this is such a crucial and build sensitive folder, it should have accompanying documentation? @Tautvydas-Zilys

1 Like