Hi guys, I need some advice. Let's say I want to make a multiplayer live chess game that has an ELO rating system. I know I have to connect a data base to my game that receives an unique ID and stores a rating, but how am I supposed to make a live 1v1 interaction? And one more thing, I want both players to see their pieces in the bottom of the screen. I work in unity and I didn't find a relevant tutorial to what I am trying to do, almost all of them are about fps/rpg multiplayer.
I would greatly appreciate if you can add to your answer an additional link to a tutorial ( if you know one ) about databases connected to unity. Thank you.