I searched around the forums and found that the problem is the hundreds of temp. assets. Only problem…I CAN’T GET RID OF THEM! It doesn’t give me the option to delete them despite them not being in my code (as far as I know) The only solution I can think of is either deleting everything that uses an image and re assign them or naming every temp. asset. Both of which are time consuming. So, if there is a quick way to delete temporary assets then PLEASE tell me.
Yeah, as of now I tried to reload it three different ways and they’re still not delete-able. I do think deleting all the images in the code (not my assets) and re-adding them, while time consuming, might be the best way. But please, if anyone knows another way, do tell.
I think it’s because you put cylinder blocks over some asset inputs in blocks.
I worked with 8x8 tilemaps before and put them into the set tilemap to block, I most of the time can’t get rid of the 16x16 tilemap.
@richard
At this point I think there’s a Bug with Makecode that’s preventing me from sharing this game. I’ve tried multiple solutions but NOT A SINGLE ONE HAS WORKED and it’s really frustrating.
I’ll share all the problems I THOUGHT was it and the solutions that didn’t work:
Maybe there were too many assets; I got rid of all unused and unnamed assets as I found out that the mini menu extension was creating unwanted assets. (Didn’t work)
Maybe my code was too large; almost immediately debunked from the fact that Too Many Funkly’s has twice the amount of blocks and scripts and is able to be published.
Maybe a problem with the multiplayer aspect forced from using the keybinds extension; I got rid of everything multiplayer related, guess what didn’t change
So please Richard, can you at least suggest some ways to help with this. I’m starting to lose faith in this project which is something I don’t want to do especially when it’s already finished.
@Not-a-creepy-doll still not working… are you resizing the image or something? make sure it’s the exact file that the browser is downloading; not a copy or a screenshot
that worked! the share is failing because your project is too big. the issue isn’t the number of the blocks, it’s the number of full screen images you have in your project. in general, i never recommend having full screen animations in your project! you should create these animations using sprites. for example, the animation with all of the eyes appearing can be easily recreated by setting a black background and creating a few eye sprites that aren’t full screen images.