Easy Camera Shake
Logical Target
$5.50
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
05/03(2023) |
5.5 |
11/09(2024) |
5.5 |
Jump AssetStore
A simple but effective script to manage all your camera shake effects! Quickly create, edit and manage multiple custom shake effects in the inspector itself. | VIEW DEMO |Easily create multiple cool game feels with camera shake effects.Easy single line call from anywhere.Example: CamShacke.shake(1);Good for moving camera. Doesn't change the camera transforms position and rotation. So can do camera shake while moving.Comes with many shake effects to get you started immediately.Gives full control over the shake directions speed and strength.Overlapping multiple shakes possible.Uses simple curves to control shake feel (ease in, fade out...).Can loop the shakes.Just add the given prefab (just an empty object with shake script attached to it) to your camera as a child then call the shake effects from anywhere that's it.Comes with,Commented code, tooltip explaining each item in the inspector, demo scene with a set of preset shake effects, simple easy to follow documentation.Supports 2d 3d, works well with all platforms including mobile.SupportDon't hesitate to contact for the support vijayavarmansm@gmail.com.Call codes used from other scripts (no need to reference the script)CamShake.shake(1); - start particular shake effect.CamShake.stop(1); - stop particular shake.CamShake.shakeloop(1); - start particular shake and loop it.CamShake.stoploop(1); - end particular shake looping.CamShake.stopfade(1); - stop particular shake with a delay/fade out.CamShake.stopall(); - stop all running shake effects.