Search Unity

Handheld camera shaking effect attached to FPS character controller

Discussion in 'General Discussion' started by ryu_unity735, Nov 12, 2018.

  1. ryu_unity735

    ryu_unity735

    Joined:
    Feb 17, 2018
    Posts:
    2
    Hello, I'm using Unity default FPS controller and I wonder how to add subtle camera shaking to it. Maybe I could somehow use scripts from Cinemachine?
     
  2. N1warhead

    N1warhead

    Joined:
    Mar 12, 2014
    Posts:
    3,884
    Simplest way would be to just do a simple animation inside unity and just play the animation when moving.
    Not saying that's the best way, but is the simplest.

    Click the camera, press ctrl + 6, it will open up the animator, click on create new. Then just create a few keyframes of the camera at different angles or positions..

    Then you can just play the animation and stop it when not moving.
     
  3. BoogieD

    BoogieD

    Joined:
    Jun 8, 2016
    Posts:
    236