Search Unity

Publish Menu Missing

Discussion in 'Getting Started' started by Thallios, Nov 28, 2020.

  1. Thallios

    Thallios

    Joined:
    Sep 10, 2020
    Posts:
    4
    I just made a WebGL project as part of the Unity Essentials class and need to publish it to complete the assignment, but the Publish menu is missing. Is there something I need to do to make it show up?

    I have already built the project in the Build Settings.
     
    Kasum64, dr_veli, dicaeffe and 4 others like this.
  2. Thallios

    Thallios

    Joined:
    Sep 10, 2020
    Posts:
    4
    I solved it. You have to install the WebGL Publisher package using the Package Manager. The Unity tutorials do not include this.

    1. Window > Package Manager

    2. Search for WebGL Publisher

    3. Install the WebGL Publisher package.

    The Publish menu will then show up in the upper menu.
     
  3. Hunanbean

    Hunanbean

    Joined:
    Jun 3, 2020
    Posts:
    13
    Thanks! It was covered in a tutorial i did, but i forgot that second step. I just made sure that through the hub, i had webGL support. Which is obviously not enough on its own, and the install through the package manager of the actual publisher is required for this technique.
     
  4. Bl4ckAdder

    Bl4ckAdder

    Joined:
    Aug 7, 2020
    Posts:
    1
    Ditto! Thanks!
     
  5. Gnoshious

    Gnoshious

    Joined:
    Feb 12, 2014
    Posts:
    1
    Thanks for this! I was stuck until I read this.
     
  6. gerry_mac

    gerry_mac

    Joined:
    May 26, 2021
    Posts:
    1
    Head scratcher - did the tutorial - went well - being human i missed the importance of this step so when i simply forgot or maybe it didn't sink in. thanks
     
  7. bondor

    bondor

    Joined:
    Feb 8, 2016
    Posts:
    3
    Thanks bruh