How do I create a fading pointer visual similar to Oculus?

I’m trying to create a pointer that comes off the controller and fades to make it resemble the Oculus pointer visual as seen in the image. Maybe someone can point me in the right direction?

It’s just a LineRenderer.

1 Like

How do I get the fade though?

You assign alpha=255 at the start of the line, and alpha=0 at the end of the line. As soon as you start playing around with it, I bet you’ll see.

Lol