Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
3
Question by Bill_G241 · Apr 28, 2020 at 01:40 PM · 2d gameunityeditorwebgl

"Share WebGL Game" is not found in Package Manager

Hello,
I've downloaded 2D Game Kit from asset store and took me a lot of time editing and creating new levels. When I build my game for WebGL, I wanted to share to unity connect. Tried to upload online via browser but fails so I tried the "Share WebGL Game" in package manager. I installed "Share WebGL Game" and when trying to build, unity editor stop responding. I restarted unity and then so many menus are gone with lots of error in console. Now I can't find the "Share WebGL Game" in package manager. alt text.
Also these errors of missing name space. Thanks alt text

screen-shot-2020-04-23-at-15055-pm.png (29.2 kB)
screen-shot-2020-04-25-at-124831-pm.png (62.5 kB)
Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

3 Replies

· Add your reply
  • Sort: 
avatar image
4

Answer by vj_anomolee · Dec 29, 2020 at 09:19 PM

A much faster solution than the one above is to just add the package via git URL directly in the package manager:

-1.Go to this link and copy the link to the latest package URL: https://docs.unity3d.com/Manual/com.unity.connect.share.html (Latest at time of writing this is 4.1.0 so you would copy " com.unity.connect.share@4.1 " )

-2. Open up the package manager, click Plus sign in upper left, choose "Add package from git URL" then paste it in and click Add button.

Done! Now you can use the Publish menu in your project (with any Unity version) to publish and share your game on the Unity Play site.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
2

Answer by eplinox · Jun 10, 2020 at 12:36 AM

In the advanced drop down menu of the package manager window select "show preview packages". That will allow you to view and install the WebGl Publisher package.

Comment
Add comment · Show 10 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Bytes_bot · Aug 07, 2020 at 08:26 AM 0
Share

Is WebGL publisher the same as Share WebGL game? Because I selected "show preview packages", yet there is only the "WebGL Publisher"

avatar image rayanjenkinsed · Aug 14, 2020 at 10:30 AM 1
Share

Hi, I did as you said and I still can't see the WebGL Publisher Package. I'm on Unity 2020.1.1f1.

avatar image sujitcu rayanjenkinsed · Aug 19, 2020 at 11:31 AM 0
Share

I have same problem ( Unity 2020.1.1f1 ). Can't see the WebGL Publisher. Advanced drop down - On

avatar image msyoung2012 · Sep 30, 2020 at 04:01 PM 0
Share

Have done this on 2020.1.6f1 and can confirm this does not resolve the issue.

avatar image bdilloughery_mvla · Oct 06, 2020 at 06:44 PM 0
Share

As of October 6, 2020 ... WebGL Publisher is still not visible or compatible with Unity 2020. It works just fine in Unity 2019.4.

I have my students creating their WebGL builds and hosting them on their GitHub repots using this short tutorial https://medium.com/@aboutin/host-unity-games-on-github-pages-for-free-2ed6b4d9c324 ... or creating accounts on itch.io and hosting them on there for the community aspect of getting their games out in public.

avatar image eder92 · Dec 04, 2020 at 01:03 AM 3
Share

Not sure why, but WebGL Publisher is not available in last installment of Unity3d 2020.x. so I found a workaround solution:

  1. Open your project from UnityHub using a Unity version 2019.x

  2. The project will launch, then go to the package manager and find your WebGL Publisher package here

  3. Install it

  4. Close your project

  5. Relaunch UnityHub and change the Unity Version of your project to 2020.x

  6. Launch your project

  7. See the Publish menu item now.

I hope this helps

avatar image BrainBent eder92 · Dec 04, 2020 at 06:16 AM 0
Share

Give that user a biscuit! :) Works perfectly - thanks!

avatar image TimothyBY eder92 · Dec 23, 2020 at 07:57 AM 0
Share

It`s works! Thanks

avatar image vj_anomolee eder92 · Dec 29, 2020 at 09:22 PM 2
Share

A much faster solution is to just add the package via git URL directly in the package manager:

-1.Go to this link and copy the link to the latest package URL: https://docs.unity3d.com/$$anonymous$$anual/com.unity.connect.share.html (Latest at time of writing this is 4.1.0 so you would copy " com.unity.connect.share@4.1 " )

-2. Open up the package manager, click Plus sign in upper left, choose "Add package from git URL" then paste it in and click Add button.

Done! Now you can use the Publish menu in your project (with any Unity version) to publish and share your game on the Unity Play site.

Show more comments
avatar image
0

Answer by enchiridion · Oct 06, 2020 at 01:30 PM

I cannot see either option in Unity 2020.1.7f1, seems to have just disappeared?

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image bdilloughery_mvla · Oct 06, 2020 at 06:44 PM 0
Share

Yeah, not on Unity 2020. Only for Unity 2019.4 (so far). I commented on the post above, but Github and itch.io are both great ways to host your WebGL build.

avatar image BrainBent bdilloughery_mvla · Dec 23, 2020 at 04:34 PM 0
Share

Annoyingly though, itch has a limit on how big an upload you can perform - my attempt with a 400mb 3D game failed... :(

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

176 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Playing mode not working for even an empty project with Unity 2019.1.1f1 1 Answer

How to solve the WebGL UnityEditor.WebGL.ProgressHelper.Show Error 1 Answer

Camera rotate and move follow character very jerk 2D game 0 Answers

WebGL Content in Microsoft Edge downloads slow from the server in comparison to Chrome & other browsers. 0 Answers

how to make a bullet spread ( shotgun ) in unity 2D 3 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges