hi, i am new to photon so it may be a noob problem,
I am trying to apply the "PUN Basics Tutorial" to my game characters,
when i did the full tutorial every thing was smooth but with my game characters it is lagging a lot
the player have character controller, I am calculating the moveDirection and moving the character like this:
controller.Move (moveDirection * Time.deltaTime);
i am synchronizing position by "synchronize values" (lerp/speed make the player move everywhere like crazy for some reason...)
the animation is lagging too, I am synchronizing it exactly like in the tutorial
please help and thx
I am trying to apply the "PUN Basics Tutorial" to my game characters,
when i did the full tutorial every thing was smooth but with my game characters it is lagging a lot
the player have character controller, I am calculating the moveDirection and moving the character like this:
controller.Move (moveDirection * Time.deltaTime);
i am synchronizing position by "synchronize values" (lerp/speed make the player move everywhere like crazy for some reason...)
the animation is lagging too, I am synchronizing it exactly like in the tutorial
please help and thx