question
Hello, So im trying to make a multiplayer game using unity
so what is the best option to render the map
Make the client access the database and retreive map values
OR
client send a request to server side while server access the database and send it back to client
note: the map is large its 100 * 60 So I will have to compress it
so what is the best option to render the map
Make the client access the database and retreive map values
OR
client send a request to server side while server access the database and send it back to client
note: the map is large its 100 * 60 So I will have to compress it