Animate a line draw using Line Renderer Component

I recently worked on a project where I needed to draw a line from one game object to another. That is easy enough to do using the Line Renderer component, however, I wanted to animate the line renderer moving from point A to point B. In this video quick tip, I show you how I accomplished this effect with just a small bit of scripting.
Back to Top