Hi all,
I am trying to publish my Unity Web GL build.
Uncompressed build.
Unity Editor: Menu > Publish > WebGL Project
Upload Complete; browser opens with Play button.
Play: shows [90%] “The first play through is recorded to add a preview of the game.”
- and there it is stuck forever.
Dev console in browser shows multiple errors: - otBannerSdk.js:7 Uncaught (in
promise) TypeError: Cannot read
properties of undefined (reading
‘style’) website-search-1.4.js:1
Error: no render target found,
search-box requires attachSearchBox
to be set
Project_WebglDetailV2Controller.ee70871274b0619cc6f1.bundle.js:1
Uncaught DOMException: Blocked a
frame with origin
“https://play.unity.com” from
accessing a cross-origin frame.
at https://play-static.unity.com/public/assets/Project/Project_WebglDetailV2Controller.ee70871274b0619cc6f1.bundle.js:1:376891
mow-unity-4.loader.js:1 GET
https://play-static.unity.com/20211204/webgl/c06e1eef-8716-42d3-aa45-0273b64bcff6/Build/
net::ERR_ABORTED 404 (Not Found)
mow-unity-4.loader.js:1 Unable to
load file
https://play-static.unity.com/20211204/webgl/c06e1eef-8716-42d3-aa45-0273b64bcff6/Build/!
Check that the file exists on the
remote server. (also check browser
Console and Devtools Network tab to
debug) GET
https://play-static.unity.com/20211204/webgl/c06e1eef-8716-42d3-aa45-0273b64bcff6/Build/
404 (Not Found) [UnityCache]
‘https://play-static.unity.com/20211204/webgl/c06e1eef-8716-42d3-aa45-0273b64bcff6/Build/’
request failed with status: 404 Not
Found
Please help.
Thank you