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 will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 PM
Last Post: _Aka_
  snap to the curve created by the curvy splines segment points ShiroeYamamoto 3 11 04-02-2024, 02:24 PM
Last Post: _Aka_
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 6 03-18-2024, 07:55 PM
Last Post: _Aka_
  GO can't fit end of the spline GameDeveloperek4123 3 14 03-04-2024, 11:06 AM
Last Post: _Aka_

Forum Jump: