Spline Mesher Documentation

Spline Mesher

Spline Mesher
Version: 1.1.0
Review

1.Spline Mesher #

Thank you for licensing Spline Mesher!

Feature wishlist:

  • Output mesh in segments (improves culling and rendering workloads)
  • 2D Shape extrusion (2D Curve->Extruded Mesh->3D Spline mesh)

    Known issues

    • Using a Box-type collider, with subdivisions, and increasing the “Spacing” parameter results in the visual- and collision mesh being offset.
    • Using multiple splines within one container, and a source mesh with +1 material, results in it being invisible for the 2nd+ spline (limitation of MeshCombine)

    Roadmap

    Currently, a conversion to the Job System is in R&D, hugely beneficial for performance but not trivial to realize. Some hurdles to overcome:

    • Native arrays cant be nested, so tracking triangles for submeshes needs a workaround
    • Can’t use Unity’s CombineMesh API anymore and need to reverse engineer it myself
    • Reading spline data, for mesh scale, is not Job-friendly, and this functionality needs to written
    Yes No Suggest edit
    Last updated on April 8, 2024
    2 of 2 users found this section helpful
    Suggest Edit