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
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Method of scattering objects along spline joebain 1 3 11-26-2024, 03:20 PM
Last Post: _Aka_
  Curvy Line Renderer for UI Spline? gekido 5 13 10-29-2024, 10:19 AM
Last Post: _Aka_
  Scene 51: Dynamic track between two points wallflower6 3 8 08-19-2024, 08:18 AM
Last Post: _Aka_
  Nested Spline Volume Spot Instantiation merobbins5 3 7 07-26-2024, 09:58 AM
Last Post: _Aka_

Forum Jump: