FixedUpdateNetwork how to use temp variable?

Options

in FixedUpdateNetwork,Using

tempTime += Runner.Deltatime

the client tempTime grows faster than the server?

Answers

  • emotitron
    Options

    This is because of resimulation. You should make any simulation states [Networked] so that they are rolled back for resims.