Search Unity

Can't build WebGL on Linux

Discussion in 'Linux' started by tacman1123, Nov 5, 2020.

  1. tacman1123

    tacman1123

    Joined:
    Sep 14, 2020
    Posts:
    77
    2019, 2020.1 2020.2, all the latest versions as of Nov 5, 2020.

    Alas, no meaningful output, just that the tar.gz file in /Temp doesn't exist. gzip is installed. Libtinfo is installed

    ```
    ldconfig -p | grep libtinfo.so.5
    libtinfo.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.5
    ```

    node, java, java runtime, ffmpeg, etc,

    The identical project DOES build WebGL on a Windows machine, running the same Unity version.

    Running Ubuntu 20.04, will probably upgrade to 20.10 soon but I doubt that will matter.

    Any suggestions?

    Tac

    PS Why is there only one tag available? Why is the latest version on the last thread, rather than being pinned? I feel like Linux gets no love from Unity :-(
     
  2. KevinWelton

    KevinWelton

    Joined:
    Jul 26, 2018
    Posts:
    239
    @tacman1123, I was able to repro this internally. I'll share a link for a bug soon. I have a fix I'm testing.
     
    danilo-kvet likes this.
  3. KevinWelton

    KevinWelton

    Joined:
    Jul 26, 2018
    Posts:
    239
  4. tacman1123

    tacman1123

    Joined:
    Sep 14, 2020
    Posts:
    77
    Thanks, Kevin. I've voted on it. And thanks for responding here in the forum.
     
  5. Skade88

    Skade88

    Joined:
    Jan 2, 2017
    Posts:
    21
    I am having this issue as well! Looking forward to a fix!
     
  6. xAdamQ

    xAdamQ

    Joined:
    Jul 23, 2016
    Posts:
    53
  7. KevinWelton

    KevinWelton

    Joined:
    Jul 26, 2018
    Posts:
    239
    @xAdamQ, doh! Sorry about that. I've revised my reply to your thread with the correct solution.
     
  8. xAdamQ

    xAdamQ

    Joined:
    Jul 23, 2016
    Posts:
    53
    Thank you.