[School Project H.E.R.O] Make me shoot a laser with my eyes !

NB : I modify the 2D tutorial to make my project.

Hello there,

I’m still working on my wonderful school project Activision’s H.E.R.O. The character runs, flies, uses gravity boots and has a copter.

Today I need to be a badass and kill my enemies with my lethal weapon : laserbeam !

I have absolutely no ideas how to start this :frowning:

Can you help me or lead me to an tutorial ?

You could always use a raycast and a line renderer, perhaps place an empty game object at the position of the character’s eyes, make it a child object of the character and use that as a start point for the ray.

That’s a starting point anyway…

Let’s try this :slight_smile: