Hi,
I built a custom preloader for our game that shows the status. The most important, the downloading content status shows 2 big numbers (downloaded/total). For example: 22020096 / 24995709. The whole export is 18.7 MB (19,670,267 bytes). I watched in chrome network developer tools and it downloads only a 6.1 MB file. Firefox seems to work almost fine, it shows 6.7MB (I divided by 1.000.000 to print as MB).
Have anyone used the message in the webgl preloader fileLoader?
And if it is the case, why the difference between the browsers? And what’s with the 25 MB?
Any help is well received.
Thank you!