Hello, my pistol that is a child of the Main Camera in my custom FPS player won’t stop slightly jittering while I’m not aiming with right mouse button… what could be causing this? Thanks.
Also, there are no colliders/triggers anywhere on the FPS player orthe gun.
- I will give more information if needed
Often a camera tracking a moving object can jitter if the camera moves in a different Update/FixedUpdate from the object. Like camera moves iin Update, object is a rigid body (whihc moves in fixed.)
– Owen-ReynoldsI don't think I'm using FixedUpdate anywhere but it's fixed, I just combined a few scripts that the gun uses into one big script and it's working fine (for now.)
– Commander_Quackers