Posted October 07, 2023 by ochremarsh
We have finally reached the gameplay part of our project and could do multiplayer game session. The players are now loaded the same scene, and are spawned in the scene at specific spawn points.
The player interactions are adapted to call server rpc and passes the target as a network object reference. Then the server will resolve the reference back to game object and continue with the interaction.