How can i add junctions to curve in godot4 ?? Bcs i want to add same train track junctions like stuff in my game any one know?

Godot Version

4.3

Question

How to create junctions for curve in godot4?

Hi.
If you meand Curve3D or Curve2D you can’t. Those are bezier splines wich have no option for junctions. You have to write your own track-system.
Track systems are tricky to programm because junctions have specific directions, while you can change the track when comming from one side but not from the other. gets even worse when making triple junctions etc.

1 Like