How to create energy waves colliding and moving on objects?

Hello everyone,

I am very new to game development and unity.

I have a project in my mind.

The character sends an energy wave (lines) which expands and travels on all the material (objects) in the scene and the wave vanishes.

What way should I follow to achieve such thing? where should I look? Is it an advanced level thing?

Thank you!

@mkcobain I would use OnTriggerEnter to see if the “lines” hit anything. If you do that make sure to add a collider set to trigger on all the objects that the lines should collide with. I hope it helps. Hit me up on Discord if you need further guidance Bowler#4588 or simply @ me here.