Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Move CP00X position in hierarchy
#1
Hello ! I have a little issue.

I am manually adding point on a spline, using spline.Add(Vector3 position).

After the creation, I would like to manually order myself the position of the point in the spline
[Image: IKmkDDvZ4OZ_spline.png]

How, From script, can i change the order of a CurvySplineSegment ? (and update the spline to do the calculation)

Thanks !
Reply
#2
Hello
Unity's API has this method to define the rank of an game object in its hierarchy:
https://docs.unity3d.com/ScriptReference/Transform.SetSiblingIndex.html
Then after you are done changing the order of CPs, call CurvySpline.SyncSplineFromHierarchy(), and if needed CurvySpline.Refresh() after that.
That should be it. Please let me know if this didn't solve your issue.
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
  Getting object on spline Position when Spline has coordinates larger than 2000 velikizlivuk 5 8 09-05-2023, 01:01 PM
Last Post: velikizlivuk
  How to detect bend in a spline or strait part of spline at position velikizlivuk 10 25 08-14-2023, 12:08 PM
Last Post: _Aka_
  Can you move generated objects along spline? FernDigestive 1 8 04-02-2023, 12:14 PM
Last Post: _Aka_
Video How do I merge splines only if some control points are at the sam position? arcade.autumn 5 15 02-13-2023, 09:35 AM
Last Post: _Aka_

Forum Jump: