Search Unity

How to set build (folder/project) name for Dashboard WebGL

Discussion in 'Unity Build Automation' started by SplashFoxGames, May 10, 2021.

  1. SplashFoxGames

    SplashFoxGames

    Joined:
    Oct 10, 2012
    Posts:
    53
    Hi, so I build for WebGL, using Unity 2020.3.3

    When I do it from Unity Editor - I can set the folder name right away and the the files will be like
    - Build / MyName.data.unityweb
    - Build / MyName.framework.js.unityweb
    - Build / MyName.loader
    - Build / MyName.wasm.unityweb


    but when I build from Unity Dashboard, the files always like:
    - Build / DevTestWebGL.data.unityweb
    - Build / DevTestWebGL.framework.js.unityweb
    - Build / DevTestWebGL.loader
    - Build / DevTestWebGL.wasm.unityweb


    Can you please advice, where to change this "DevTestWebGL" ? is there some environment variable to set in the config ?