Download New Build - Concatenate Scripts Option has no Effect

Hi,

When downloading new builds (from the editor) selecting and unselecting the Concatenate Scripts has no impact. Downloading from branch “main” it always concatenates, and from branch “development” it always keeps JS scripts un-concatenated. Is this by design or an issue that needs to be fixed?

I can’t reproduce it with our Seemore project

Steps taken:

  • Create branch
  • Go to Builds and Publish
  • Go to Download zip
  • Select Concatenate Scripts and Minify Scripts

__game-scripts.js is created where it concatenate scripts

Steps taken:

  • Create branch
  • Go to Builds and Publish
  • Go to Download zip
  • Untick Concatenate Scripts and Minify Scripts

Scripts are in separate folders under the assets folder

We can check on your project if you email/DM us your project id and give us permission to add ourselves to the project to investigate to see if it is specific to your project.

We followed the same steps but were not selecting Minify (not sure if that helps recreate it).

I managed to download it in the correct format using the REST API download App endpoint.

Just selecting Concatenate Scripts gives me the expected result. a __game-scripts.js file that still has the full code/comments etc.

Must have been a mistake my end. Testing again today the in browser download is working as expected. Sorry about the confusion.