This is the error I get: Failed to load resource: the server responded with a status of 404 (Not Found)
Which gives me an XML file:
NoSuchKey
The specified key does not exist.
This is the error I get: Failed to load resource: the server responded with a status of 404 (Not Found)
Which gives me an XML file:
NoSuchKey
The specified key does not exist.
Notified the Unity Play team, hopefully someone from there can chime in. It might help if you can illustrate a bit in more detail the process you were taking, I wonder if there might be some mismatch on the process that could lead to missing something important.
Iβve tried with every possible Exceptions configuration, Code Optimization, Compression Format, enabling/disabling Decompression Fallback.
Interestingly this only happens on Unity Play, if I try it with Build + Play or hosting it elsewhere, it works fine.
Iβve created an empty scene to eliminate outside variables, but I get the same issue.
Unity Play team came back with a mention that the issue is currently known, and they are right now in the process of testing and deploying a fix. I donβt know the ETA of when that would be live Iβm afraid, hopefully it would be resolved very soon. Thanks for testing, and apologies for the issue!
Hi, I got the same error. Here is some information in my case, hope that can help solve the issue.
βββ Scenarios βββ
[Case 1] https://play.unity.com/mg/other/webgl-builds-77629
When I followed the unity learn
Pathway - Unity Essentials
Project - Foundations of real-time audio
Tutorial - Challenge: Moving sound
Optional Step - Publish and submit your project
[Case 2] https://play.unity.com/mg/other/webgl-builds-78596
Create New Project - 3D
Import Foundations of Audio Asset (Version 1.01 - December 02, 2020) Unity Learn | Foundations of Real-Time Audio | URP | Tutorial Projects | Unity Asset Store
Install WebGL Publisher 4.2.2
βββ Error Message βββ
[UnityCache] βhttps://play-static.unity.com/20210724/webgl/41fce894-a871-43ee-b33f-6a8b76b24c08/Build/β request failed with status: 404 Not Found WebGL Builds.loader.js:1:7539
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Details>
No such object: share-platform-game-uploads-prd/20210724/webgl/41fce894-a871-43ee-b33f-6a8b76b24c08/Build/
</Details>
</Error>
Hopefully, it would be resolved very soon, too.
Iβm still having the same error,