- Home /
can't send project because project unsupported url
I making the task from unity learn the requiment is to sent the project back to them in WebGL. But when I copy the link and paste the url it say the project unsupported url. So how can I solved the problem I also a new to this
btw this is my WebGL url (http://localhost:13882/)
Answer by undevable · Apr 10, 2021 at 08:37 PM
It is because the URL is a localhost URL. localhost is a server, that runs on your computer. Therefore, Unity does not have access to it. To make Unity have access to your WebGL game, you need to host your server. You could either do it two ways: Host it yourself, or have a website host it for you. Hosting it yourself means that you need to buy some servers, and that isn't the easiest way. So you could a website to host it for you (like AWS), and then send the URL (you would need to buy a domain).
I don't think Unity Learn wants you to go through all of this, so can you send me the link to the Unity Learn page, so I can make sense of what they're saying?
Hope this helps.
Your answer

Follow this Question
Related Questions
Max String Length in WWW url's? 1 Answer
WWW.EscapeURL Not Work Well? 2 Answers
Problem with Facebook URL. 0 Answers
WebGL - Open URL in new tab? 10 Answers
Async process to load data from url 0 Answers