Search Unity

Can't Upload & Post WebGL Build

Discussion in 'Unity Connect' started by Walkerlj0, Oct 7, 2019.

  1. Walkerlj0

    Walkerlj0

    Joined:
    Jul 1, 2019
    Posts:
    1
    So, I added a thumbnail and tags, and created a WebGL build of my 2D game. When you go to post in the community, the instructions tell you to upload a WebGL zip file, so I compressed the file and uploaded it (it didn't build as a .zip however) and it won't upload. Any advice out there?

    2019-10-07_14h23_17.png
     
  2. LeMorrow

    LeMorrow

    Joined:
    Jun 16, 2017
    Posts:
    3
    Also having this problem.
    upload_2019-11-10_15-49-1.png
    Did you find any solution for this?
     
  3. LeMorrow

    LeMorrow

    Joined:
    Jun 16, 2017
    Posts:
    3
    Update:
    The .zip folder structure needs to have the
    Build
    folder,
    TemplateData
    folder and
    index.html
    as direct descendants like this:

    - YourFolder.zip
    - Build/
    - TemplateData/
    - index.html


    This is not allowed:
    - YourFolder.zip
    - YourFolder/
    - Build/
    - TemplateData/
    - index.html
     
  4. JeePeeTwee

    JeePeeTwee

    Joined:
    Jan 5, 2020
    Posts:
    1
    i got a template game. but i don't know to fix it, how do i fix it