- it took a long while to load if doesn't have the hardware accelaration checkbox turned on, which i typically have turned off otherwise i can't stream browser content
What browser, and what hardware accelleration box is this? I'm not familiar with it. And why do you need it off to stream?
That being said, there are several things I'm working on that will increase the load speed. Webassembly also has a lot of promise to help the load speed a lot, but we have to wait on browsers to implement it as it's a very new technology. Flash has an advantage here as it's an application that your computer had pre-installed, whereas with Unity WebGL everything has to be loaded through Javascript.
- it game me a popup javascript error for having tampermonkey running Muli's script (maybe this should be reported to Muli instead)
Yes, please report to Muli.
can't paste a gameID into unity, extremely annoying to memorize number IDs from other tabs
The goal is to be able to click normal links from the Multi Player dashboard, so copy/pasting game IDs should never be necessary.
That being said, copy/paste is still an issue for chat and such. Unity WebGL apps don't support copy/paste from the system clipboard, which is unfortunate. I may be able to do a hacky workaround but unless browsers loosen their tight restrictions on accessing the system clipboard it'll never be perfect.
i clicked the mods configuration icon to check what mods are around already but it didn't list anything, wasn't it supposed to list all existing officially approved mods?!
Hmm they should be there. You went to Create Game and clicked Change Mods? Were you in MP or SP? Can you send me a screenshot of what you see on this page?
tried to load a game on phobia and just got out of memory error :(
You can increase the amount of memory Unity allocates by passing an extra parameter, &UnityMemory=512
The default is 256 (megabytes), so passing &UnityMemory=512 will double it to 512 megabytes. Really recommend a 64 bit browser if you're going to go to high values :)
Let me know what kind of memory values work for you, and which run out.
Thanks for the feedback!
Edited 4/23/2017 16:32:29