Hello
I have a simple networked FPS that is using raycast to shoot and instantiating a bullet (square) on impact.
With networking disabled this works fine but with networking enabled, roughly every third bullet jumps up a small distance, as seen in the image, whilst strafing.
Any suggestions welcome, thanks.
Set isKinematic to true on Rigidbody to solve issue