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
  How to move object on Spline without rotating it in direction of the spline? velikizlivuk 0 0 Less than 1 minute ago
Last Post: velikizlivuk
  Skip Input Mesh if spline has too much bend Zilk1 3 6 09-27-2023, 09:45 PM
Last Post: _Aka_
  animating points on a spline Antonio 11 18 09-17-2023, 09:55 AM
Last Post: _Aka_
  Getting object on spline Position when Spline has coordinates larger than 2000 velikizlivuk 5 8 09-05-2023, 01:01 PM
Last Post: velikizlivuk

Forum Jump: