- Home /
Gun not smoothly following player,How to make gun smoothly follow player
So I am making a 3D game on unity and I want my pistol to move with the camera smoothly and not just attached to the camera. I'm not really sure how to explain it properly but what I mean is I want when I jump, for the gun to move up and down so it really looks like I'm holding it. Hope I don't sound really stupid right now :)
Any help appreciated!,So I am making a 3D fps game on unity and I want my pistol to move with the camera smoothly and not just attached to the camera. I'm not really sure how to explain it properly but what I mean is I want when I jump, for the gun to move up and down so it really looks like I'm holding it. Hope I don't sound really stupid right now :)
Any help appreciated!
Correct me if i am wrong, you want something like a CameraFollow script, but ins$$anonymous$$d to move the camera relative to a player you move your gun relative to the camera?