- Home /
Question by
Jl_Cyborg · Feb 20, 2019 at 01:22 AM ·
lineline renderer
How to put a gameobject at the position of the line formed by a LineRenderer?

,
1.png
(14.0 kB)
Comment
Answer by dan_wipf · Feb 20, 2019 at 07:29 AM
if you only have two positions you can do a ‘Vector3.lerp(pos1,pos2, t);
Your answer