Hi guys
I don't know what's happening, but I'm getting a grey screen after the Gideros html5 loader.
I'm getting a bunch of errors, such as ...
[Error] Deprecated attempt to access property 'URL' on a non-WebSocket object.
b (pace.min.js:2:6573)
x (pace.min.js:2:6659)
(anonymous function) (pace.min.js:2:6835)
global code (pace.min.js:2:12261)
and some stuff in the log about files not being found ...
[Log] assets/atlases/A01_i06_l03@2x.txt Not found in archive (gideros.html, line 81)
[Log] assets/atlases/A01_i06_l03.txt Not found in archive (gideros.html, line 81)
I'm a little confused as why its not finding the assets, or where they need to be in relation to the index.html file?
Thank you in advance for any help!
Comments
Looks like everything is where it should be. I've reimported all the assets, but I just get a grey screen
Still just getting a grey screen. I'm stumped.
It was just a silly capitalization thing. I had an upper case letter in the file name. It was working fine with the Gideros player, but not with the HTML5 export
Likes: antix, hgy29