Hello,
I was testing changing the value of a static variable while testing the game in editor with multiple clients.
What i noticed was when the value of the static variable in 1 client changed, the variables for all the clients changes. Obviously, this wont happen if the clients and server are on different systems.
But does this mean that I launch 2 games one system, there will be only 1 static variable or this just happens inside the editor.