I have recently been working heavily on my game but when I went to run it I get this message:
There was a problem loading your project
Too many files in zip (1518>1000)
Please try deleting the ZIP file and uploading another one
Now, that may seem like a lot of files, but most of these are very small 3d models. There are currently 259 models in the game and of those only 25 are larger than 10kb and only 78 are larger than 5kb. Also the way the game is compiled it puts assets by themselves in folders which are by themselves in other folders, so the number of files is artificially inflated by this and there isnt much I can do about it. The entire game is currently only 47mb. Ive read around and this seems like a forced limit that can be lifted on request, and I dont think 47mb is gonna be a problem for running on browser. I am currently working on improving the game massively but the way im doing it wont really raise the file size, but it will raise the number of files within the game by quite a bit.