Publish Menu Missing

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.

7 Likes

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.

37 Likes

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.

Ditto! Thanks!

Thanks for this! I was stuck until I read this.

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

Thanks bruh

Don’t forget that you have to search for WebGL Publisher in “Packages: Unity Registry” and not in “In Project”, anyways tysm this helped a lot!!!