The more players, the fastest the movement

I have a working multi-player game.

But the more players are connected, the fastest they move, same for the mouse sensibility.

Is there any reasons for that?
Maybe photon have an impact on time.deltaTime?

Answers

  • OneManArmy
    OneManArmy ✭✭✭
    edited February 2020
    Problem must be in your code.
    Few seconds to debug such things.

    I assume somewhere in code you change Time.timeScale. Maybe in menu?
  • I figured out that it works fine if the players are not on the same computer.

    but still, can't understand it. No, I didn't used Time.timeScale