Object seems to be moving while player (3D, 1st person) moving around it.

Hi,
When i move around an object in my game (this only happens when object i relatively small) is doesn’t look like it is standing in one place but it looks like it is teleporting a little bit. This issue appears only when i am moving and rotateing camera at the same time.

My movement script is quite basic. I am using velocity to move player (i use only rigidbody). I guess that this problem is connected with some render settings.

Issue: 1

I forgot to put my movement into FixedUpdate