Search Unity

Building WebGL project with GitLab CiCD pipeline

Discussion in 'Addressables' started by godszerg86, Jan 30, 2019.

  1. godszerg86

    godszerg86

    Joined:
    Dec 19, 2018
    Posts:
    10
    I have a local gitlab runner on my windows PC.
    When I build my project via command line it builds and works,
    but when I commit it my pipeline with the same command builds it , pass it, but the project doesn't work.
    And in the browser console, these messages appear, while on regular build there are no such messages:
    The referenced script ("script-name") on this Behaviour is missing!
    @blob:null/9a1be7dd-6f07-465d-be56-64e9cf2bcc47 line 2 > WebAssembly.instantiate:wasm-function[2544]:0x1286b4
    .....
     
  2. godszerg86

    godszerg86

    Joined:
    Dec 19, 2018
    Posts:
    10
    Solved. Please close. It was a Git behavior.
     
    MNNoxMortem likes this.
  3. Mukki

    Mukki

    Joined:
    Jun 4, 2022
    Posts:
    3
    can you help me upload to gitlab? i have a unity project