How do I make a script for camera recoil recovery?
I already have a script which implements recoil by adding to a recoil value, which then offsets the cameras rotation. This works fine, however, when you try to do recoil control by moving the mouse down, when the recoil goes down the whole camera points at the spot you moved your mouse to. I've tried to offset this by getting how far the mouse has moved and subtracting that from the recoil amounts but it still doesn't seem to be right. I've looked online for a bit and have found practically nothing (Bad keywords maybe?) about this issue. How can I solve this?
Your answer
Follow this Question
Related Questions
Slerp Rotating 1 Degree and Limiting All Other Rotation 1 Answer
Virtual hands in FPS MMO game 1 Answer
Semaphore.waitforsignal causes slow framerate 1 Answer
Having multiple UNET errors that I believe are caused by unity itself. Am I doing something wrong? 1 Answer
Cannot attach game object to script. 0 Answers