Chromatic aberration effect on collision or trigger,Chromatic aberration on collision or trigger
Hi Unity. I'm having trouble with an effect I want to implement in my game. I want the screen to shake and distort every time the player is hit by an enemy, sort of like a concussive effect but with the chromatic aberration effect. I don't know if this is a particle effect or a shader, since I want the it to effect what is happening on screen. I'm unsure as to how to program it if I don't know what to reference. Does Unity come with an effect for chromatic aberration or would it be on the store? Any help would be appreciated.,For my game, I want the screen to shake and distort every time an enemy hits the player. I don't know if the effect I want is a shader or a particle effect, and how to tie the effect with the trigger. Is there a chromatic aberration effect built in to Unity or is it only available in the store?
Answer by Lilius · Feb 23, 2018 at 08:42 PM
Use image effects in Unity that you can import to your project from Standard Assets: https://docs.unity3d.com/550/Documentation/Manual/comp-ImageEffects.html
And there you have Chromatic Aberration: https://docs.unity3d.com/550/Documentation/Manual/script-VignettingAndChromaticAberration.html
Edit: Download for Unity 5.5 and older: https://assetstore.unity.com/packages/essentials/legacy-image-effects-83913
Newer versions use Post Processing Stack: https://assetstore.unity.com/packages/essentials/post-processing-stack-83912
Your answer
Follow this Question
Related Questions
VFX Particles doesnt appear 0 Answers
Is there a custom light/fog for cancelling a filter? 0 Answers
Anyone wanna help? 0 Answers
Particle Effect for Melee Attack 0 Answers
Modular entity construction 0 Answers