This module adding support for popular spline tool to perform action along the spline path.

Currently the spline tools being supported are:

  • Unity’s Splines package (com.unity.splines), free, requires Unity 2022.1+, installed via the Package Manager.
  • Polaris Spline Tool: included in Polaris 2021. This tool itself only works for Polaris terrain, but with this module it also works with Unity terrain or any terrain system.
  • Curvy Spline 8 from ToolBuddy.
  • Dreamteck Spline from Dreamteck.
  • Bezier Solution from Yasirkula. In this document we will refer to it as “Yasirkula Spline” to be more specific than the common name “bezier spline”.
  • Your own spline tool by implementing the ISplineEvaluator interface, or deriving from the SplineEvaluatorBase class. Please contact via Discord if you need help on this.

Note: This module doesn’t provide a spline placement tool, you will need at least one of the tools above.