Skip to main content

Download

UIFX - Trail is available for download from the Unity Asset Store.

Rating / Reviews ★★★★☆

Once you've tried this asset, we would really appreciate your rating / review on the Unity Asset Store.

Release Notes

18 July 2024 - Version 1.7.5

Changed

  • Minor update to keep compatibility with other UIFX assets.
1 July 2024 - Version 1.7.4

Changed

  • Demo scenes refactored and now use Prefabs.
  • Some refactoring and general code improvements
16 June 2024 - Version 1.7.3

Fixed

  • Fixed compiler errors in Trail Effect and Motion Blur components when using "preview" versions of TextMeshPro which changed uvs0 from Vector2 to Vector4.
31 May 2024 - Version 1.7.1

Changed

  • Minor updates to be compatible with other UIFX plugins
16 April 2024 - Version 1.6.0

Changed

  • Minor updates to be compatible with other UIFX plugins
4 April 2024 - Version 1.5.6

New

  • Updated to be compatible with other UIFX plugins
  • New project preferences menu exposes plugin options

Fixed

  • Fixed RectMask2D component causing trail rendering artifacts.
4 January 2024 - Version 1.1.2

Improved

  • Now supports Animation Clips so trail properties can be keyframed.
6 December 2023 - Version 1.1.1

Improved

  • Added Help/About button for easy access to documentation and community links
  • Damping now has separate values for front and back of the trail which gives more control over the trail appearance
  • Demo scene improved

Changed

  • Damping property renamed to DampingFront
  • Added new DampingBack property
22 November 2023 - Version 1.1.0

Improved

  • Added support for running in edit mode
  • Added better handling of dynamic text/geometry
  • Matrix lerp now preserves scale and is more optimised
  • Big improvements to TextMeshPro support
  • Demo scene improved

Changed

  • Texture coordinates are no longer interpolated, which fixes artifacts with dynamic text
  • Scripts using TeshMeshPro moved into separate Assembly Definition

Fixed

  • Animation no longer updated when there are no vertices
  • Changing VertexModifierSource while running no long causes an exception
16 November 2023 - Version 1.0.0
  • First release