How to test a Unity Multiplayer Game
Tutorial.
Testing multiplayer games in Unity can be tricky. A well-known problem is that Unity does not allow you to have the same project open in two editors.
Of course it is possible to create a build to test the game, but to call that a good developer experience is going too far. Every change [...]