Search Unity

generate and "upload" symbols.zip file?

Discussion in 'Unity Build Automation' started by linojon, Apr 30, 2020.

  1. linojon

    linojon

    Joined:
    Aug 25, 2014
    Posts:
    118
    I have a relatively slow internet connection with limited uploads. My symbols.zip file is over 1GB and (afaik) the only way to upload it to Unity Dashboard Manage Symbols is via the browser that always times out on me. So I've setup the project to do Cloud Builds of the same commit that i build .aab files for Google Play. Now is there a way to get a symbols.zip file from the Cloud Build over to the Manage Symbols (without downloadling to my load machine and uploading it with the browser)?
     
  2. Kheremos

    Kheremos

    Joined:
    Dec 13, 2017
    Posts:
    17
    If someone else finds this post, one thing to note is that even though the symbols file is created with a .zip extension, it has no compression. So "unzipping" it and rezipping it reduces the size dramatically. Sorry Linojon, that you didn't get any help sooner. I hope you figured out a solution!