09-12-2019, 11:35 AM
- If you place objects through the generator, you can only place them with defined spacing. You can't set a dynamic spacing such as "at each corner"
- In your case, using a linear spline, corners are always positioned were your control points (CP for short) are. So just put your prefabs at the same position as your CPs.
- The calculation is based on the bounding volume of the object's mesh (and if any its collider too)
- You can by modifying the code. But there is a simpler method: just modify the value of "Space before" or "Space after" (both can be negative)
https://curvyeditor.com/documentation/ge...ct=1#group
Have a nice day
Please consider leaving a review for Curvy Splines, this helps immensely. Thank you.

