Multipalyer game for kongregate.com

I want to know how to make multiplayer system like in cs that means people can create own server and other people see it and can join it. That’s good but i want this for kongregate.com. So my question is how to do that? How a multiplayer in kongregate working? Can you give me a tut’s abut it?

My guess is that networking will not be kongregate specific (like many game portals, I havent used kongregate myself so correct me if Im wrong). The only thing that will be different from any application type made with unity, is that you are hosting it on the web. That being said, UNET will make use of WebSockets on the WebGL deployment unlike on the other deployments. The webplayer I am not sure

yes, so i can create my game like for desktop ?

Pretty much yes, UNET should automatically use the Websockets behind the scenes when deployed to WebGL

you know tuts for unet ? I know only PUN

ok got it. thanks for help.

I’m having issues with kongregate, my game works fine with, a local WebGL build connecting to the unity editor.
But when I upload it to kongregate, and try to connect. I get security errors

An error occured running the Unity content on this page. See your browser's JavaScript console for more info. The error was:
SecurityError: The operation is insecure.

I think it has something to do with https, but I have no idea how to fix it :frowning: