Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get position of all control points for a spline
#1
Hello,

Just starting out with Curvy, sorry of this is a dumb question. I'm trying to do what feels like it should be very simple. 

I'm using a Curvy UI Spline to create a path for a 2d world map. I have plotted control points for locations for each level. Now I just want to get the position of all of the control points so I can spawn a level button there, but...there doesn't seem to be a way to just get the transform of a control point?

I feel like I'm missing something?  There's a bunch of set position / rotation methods on the CurvySplineSegment class, but no simple 'get position'? 

Should I just bypass Curvy and get the transforms of the gameobject children of the spline?  

Feels strange that this is so difficult.

Thanks in advance,
Mike W
Reply
#2
Hi Mike,

The list of control points is available through this member: CurvySpline.ControlPointsList.

https://api.curvyeditor.com/FluffyUnderw...PointsList

Then you can get the position of the control point as you would do for any other Unity game object.

Did this help?
Have a nice day
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Control Point Interpolation Overrides. rickgplus 1 19 Yesterday, 08:52 AM
Last Post: _Aka_
Smile Constant speed along a spline? tfishell 1 205 11-13-2025, 11:32 AM
Last Post: _Aka_
  SplineController Ignores Follow-Up and Chooses Wrong Spline Josenildo 7 3,362 07-29-2025, 09:15 PM
Last Post: _Aka_
  Curvy Line Renderer for UI Spline? gekido 7 4,813 07-13-2025, 07:11 PM
Last Post: _Aka_

Forum Jump: