com.unity.splines 2.3.0

com.unity.splines

Notes: processedReleased June 2, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2021.3

Features

  • Exposed public APIs for `SplineTool` and `SplineHandles`.
  • Added a method to *bake* SplineInstantiate objects in the scene so the users can modify the resulting GameObjects.

🔧 Bug Fixes

  • [SPLB-165] Fixed a bug that prevented actions from being retained with prefab instances that contained splines when entering playmode.
  • [SPLB-162] Fixed a bug where the start offset in `SplineAnimate` did not work in Play mode.
  • [SPLB-152] Fixed objects created from `SplineInstantiate` not inheriting static flags from parent `GameObject`.
  • [SPLB-160] Fixed potential 'look rotation vector is zero' in SplineInstantiate.
  • [SPLB-156] Fixed possible null reference exception when accessing curve length.