Can't send project because project unsupported URL http://localhost:13882/
Asked Answered
D

3

0

I making the task from unity learn the reequipment 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/)

Debar answered 11/7 at 7:28 Comment(0)
B
0

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.

Badmouth answered 10/4, 2021 at 20:37 Comment(1)

hey I'm having a similar problem I'm trying to complete the mod the cube challenge in unity learn its part of the mission checkpoint for the junior programmer create with code 1 course on unity learn

Gaius
C
0

Any resolution to this issue? I ask because like the first post, I am Trying to post my most recent Jr. Programmer module (debugTheApp) as evidence of completion. It askes me to “Add a link to your WebGL project” However, when I cut-n-paste the link on my unity play page i get a pink pop-up that states “project_unsupported_url” I am unsure what to do. And i cannot complete the module unless I can paste a viable link. Good Grief. Please advise. (edited)

Cockchafer answered 11/7 at 13:18 Comment(1)

I have the same issue for "Debug the App" on the Jr. Programmer module.

Boron
C
0

This does not help. I do not understand how to host it myself or have a website host for me. I thought that was what was occurring when we published to Unity Play which I did then provided the link to that published game… see it here: Unity Play

I also tried a link to the to it as published on my itch page but that link also generated the same error. DebugThe App Project by Popliteus (itch.io)

Cockchafer answered 11/7 at 16:19 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.