I need to check if every x value in position has approximately the same value (drawing shapes and create an object out of it).
I can’t find a solution to this problem.
foreach (Vector3 points in linerenderer.positions?) how do I access the list of positions? GetPositions doesnt work.