Search Unity

Question Why this folder generated? _BackUpThisFolder_ButDontShipItWithYourGame

Discussion in 'Windows' started by leegod, Dec 2, 2022.

  1. leegod

    leegod

    Joined:
    May 5, 2010
    Posts:
    2,476
    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?
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    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.
     
  3. Aca

    Aca

    Joined:
    Apr 22, 2014
    Posts:
    10
    The folder is generated for Android too.