Shockwave Effect

I’m trying to add a shockwave effect to a player when they land, showing waves emanating from the collision point like in this video (@11:36):

. I know I’ve seen this kind of effect many times before but I can’t seem to find any good examples of it in Unity. Any thoughts on how to accomplish this?

Yeah It’s simple Unity Particle System!

you can search on youtube something like this:

https://www.youtube.com/watch?v=oZ817v6ihlw

Cool, and if I want to have the various waves have collisions, I can just add colliders to the particles, right?