Posted September 05, 2025 by LukNasc
English
I’ve been working on the online multiplayer system, and for that I decided to use Unity’s services — though I had never touched them before.
It took me a while (and a lot of head-scratching) to figure out how things actually work, and honestly, I still don’t fully understand what’s happening under the hood. But hey, it works! 🎉
Now it’s possible to create rooms and join them via code. My next step is to implement synchronization for player actions and timing.
Português
Estou desenvolvendo o sistema multiplayer online e, para isso, decidi usar os serviços da Unity — mesmo nunca tendo trabalhado com eles antes.
Demorei um pouco para entender como tudo funciona (e, pra ser sincero, ainda não entendi completamente 😅), mas funcionou! Agora já é possível criar salas e entrar nelas usando um código.
No momento, estou trabalhando para implementar a sincronização das jogadas dos players e do tempo de turno.