Overview

Spline Trail Renderer is a simple to use component for Unity that let you have truly smooth trails combined with advanced parameters not available with default trail or line renderer.

Tuesday, August 11, 2015

Spline Trail Renderer 1.3 now available for Unity 5!

A new version of the Spline Trail Renderer is out! We ported to Unity 5 and added a few shaders and minor bug fixes.

The package is available on the Asset Store: https://www.assetstore.unity3d.com/#/content/10236

What changed in version 1.3:
  • Updated scripts and shaders to be 100% compatible with Unity 5
  • Added custom shaders to blend between 2 colors depending of the length of the spline
  • Fixed some rare cases of out of range exceptions

Note that the Web Player doesn't work on Chrome anymore since they disabled the Unity plugin, and all NPAPI. You can either manually re-enable NPAPI, or use an other browser to see the demo.

For any questions or comments, come see us on the Unity forums!

2 comments:

  1. I'd like the trail to cast a shadow, but it doesn't. Are you able to provide shaders that can cast shadows properly?

    ReplyDelete
  2. Hi! You can put any shader you want on the trail, so if you put the standard unity shader on it you should have shadows :)

    ReplyDelete