Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

[RELEASED] Camera Shake Manager (free)

Discussion in 'Assets and Asset Store' started by mkgame, Dec 6, 2018.

  1. mkgame

    mkgame

    Joined:
    Feb 24, 2014
    Posts:
    592
    This camera shaking solution is very detailed and highly optimized.

    - High performance shaking (mobile ready)
    - Position based shaking
    - Distance based shaking strength
    - Pooling mechanism for shaking
    - Different shaking profiles
    - Detailed shaking profiles
    - Active shaking sources are calculated together to one shaking result
    - Shaking tester is also available
    - Experimental position based shaking (trying to calculate shaking position influences)
    - Shaking can be paused/continued (eg. for opening game menu)
    - Used in game development (is tested)

    Asset store link:
    https://assetstore.unity.com/packages/tools/camera/camera-shake-manager-134857
     
    Last edited: Dec 12, 2018
  2. mkgame

    mkgame

    Joined:
    Feb 24, 2014
    Posts:
    592
  3. mkgame

    mkgame

    Joined:
    Feb 24, 2014
    Posts:
    592
    To set up the camera script for shaking can also be done by simply creating a new script on the camera and then set the script order of the new script for shaking later than your camera script. In this way you don't have to modify your camera script at all.
     
  4. Helienio

    Helienio

    Joined:
    Sep 11, 2014
    Posts:
    29
    Hi, is a very usefull component and I have downloaded this asset, but how I can play a especific shake in a trigger event? I dont understand this step.