pelengami / unity-moveable-linerenderer

Unity LineRenderers with the simple turbulence
MIT License
124 stars 25 forks source link

Generating garbage (I fixed it) #1

Open drZool opened 6 years ago

drZool commented 6 years ago

The script is generating lots of garbage, so I wrote a fix. It's also faster now. I removed a functionality to increase the speed. It's no longer possible to dynamically add more points. You have a fixed number of points that is set at start (MaxPoints).

New script is attached: MoveableLineRenderer.txt

pelengami commented 6 years ago

Hi, thanks. Sounds great, I'll check it out