Search Unity

Feature Request Simplify generated name for Android native debugging symbols zip file

Discussion in 'Editor & General Support' started by Xarbrough, Jan 25, 2021.

  1. Xarbrough

    Xarbrough

    Joined:
    Dec 11, 2014
    Posts:
    1,188
    Would it be possible for Unity to make the name of the generated debugging symbols more generic? Currently, Unity outputs three files that are required for Google Play upload:

    • MyProjectName.aab
    • MyProjectName_mapping.txt
    • MyProjectName-1.0-v34.symbols.zip
    The additional version and versionCode information in the symbols file feels like noise that makes build scripts unnecessarily verbose. Also, the other two files (and most other generated files in Unity, like Xcode project name and so) are the same between multiple builds. I prefer fixed file names because it makes writing build scripts easier.