Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create spline at run time
#1
Hello Smile 

First of all love the asset. 

I have something that my character throws that i want to return to him using a spline now since i don't always know where the player will throw the object i need to create it at runtime (i think) 

is something like this possible and if so how? Big Grin
Reply
#2
Hi
Thanks for loving Curvy Splines, the world needs more love Big Grin
Yes you can use the API to create splines. Check api.curvyeditor.com for detailed information, and for some useful information: https://curvyeditor.com/documentation/extend/apigeneral
If and when you feel like it, please leave a review for the asset, that helps a lot.
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
#3
And to give more details, something like:
Code:
var spline = CurvySpline.Create();

//set up your spline
spline.Interpolation = ...;
spline.Add(...);
spline....
....
yourSplineController.Spline = spline;
yourSplineController.Play();
yourSplineController.Speed = ...;
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
Heart Create beautiful curves ShiroeYamamoto 3 9 03-26-2024, 06:25 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 13 03-04-2024, 11:06 AM
Last Post: _Aka_
  Keeping a fixed spline length jh092 3 16 02-21-2024, 06:25 AM
Last Post: Primrose44

Forum Jump: