Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Setting Generator Spline Input Path programmatically
#1
I would like to create a roller coaster track programmatically. 

I've set up a spline dynamically from some input points and would like to create now the coaster track mesh also dynamically. What I fail to find is how I can access the input path from the generator programmatically.

Thanks for any help on this!
Martin
Reply
#2
Hello Martin,

You could simply create an empty spline, set it as the input path for the generator in the editor.
And use that empty spline in your script and add control points to it. (That is what I am doing for my game)
You could also get the "InputSplinePath" script component and edit there the connected spline or the range over witch the mesh should be generated.

Have a nice day,
Ioan Marcu
Reply
#3
Ah, thanks, yeah, stupid me overlooked the child objects where the InputSplinePath script was attached to. Was able to set there the spline manually and in my coaster vehicle controller and now it runs fine. Thanks!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Incorrect mesh alignment after extrusion on curved path Thinkurvy 10 21 04-17-2024, 10:57 AM
Last Post: _Aka_
  Rasterized Path Range issue proton 2 12 04-15-2024, 03:42 PM
Last Post: _Aka_
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 PM
Last Post: _Aka_
  8.8.0 is live, and it improves Curvy Generator greatly _Aka_ 1 10 04-03-2024, 03:16 PM
Last Post: _Aka_

Forum Jump: