Spline spawn

Hey once again guys!
So i’ve been working on some lightning spells and after doing a tutorial of CGHow I’ve done a lightning using splines…
With this said, I am asking for your help to spawn a spline when I hit a collider. The spline should go from point A to point B as seen on the image!
image_2021-06-15_024718|690x250
If you could help me that would be awesome :smiley:

Questions about @cghow tutorials can probably be asked directly to Ashif.

That being said, if you are looking to build the spline yourself, your spline points will most likely be at regular intervals between start and end, with a random offset.
(Or Splinepoint at N = lerp(A,B,N) + RandomVector)

1 Like

I will check on that and try to do it, thank you :smiley: