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 rotate generator asteroids patndan74 6 308 05-08-2025, 10:07 PM
Last Post: _Aka_
  Filling a closed spline dynamically rickgplus 1 231 04-16-2025, 08:56 AM
Last Post: _Aka_
  Disable a spline's gizmo when not selected or disabled. mikechr2000 1 286 02-03-2025, 09:34 AM
Last Post: _Aka_
  Duplicate Prefab along path rickgplus 1 342 01-23-2025, 10:09 AM
Last Post: _Aka_

Forum Jump: