is p2p multiplayer possible with microstudio
i want to make a game where players can host their own servers. but the normal multiplayer server stuff doesn't work for that
any way to do this?
i want to make a game where players can host their own servers. but the normal multiplayer server stuff doesn't work for that
any way to do this?
from my understanding, no.
you probably wouldn't want p2p for what you're doing anyway. it's kind of inconsistent and has pretty bad sync
You can technically but not natively in microStudio. It does not offer out of the box p2p API's. (At least that's what I know)
I answered someones previously and i had thought there wasnt however it should be possible if you use javascript and use a js lib like https://peerjs.com/