Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

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