Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

3D Trail in C#
A C# script that creates a 3D Trail, based on this dbp8890's Motion Trails
Supported Engine Version
4.1
Version String
1.0
License Version
Unlicense
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL
Godot 3D Trail in C#
Because I've seen a lot of Trail made in GDScript and none in C#, I figured I might as well just rewrite the existing ones in C# and make them available to everyone.
I translated metanoia83's Motion Trail which was based on dbp8890's Godot 3's Motion Trail.
Features
- A boolean value to enable/disable trailing
- Setting start and end's colours and widths
- Easing trail's width
- Determine distance needed to add a new segment to the line
- Lifespan for each segment
Installation
To use this script:
- Copy
Trail.cs
to your project's folder - Create a
MeshInstance3D
Node - Attach
Trail.cs
to the created node - Have fun!
Acknowledgements
- metanoia83
- dbp8890
- Katherine Oelsner (Her readme.so made it easier to write this readme file)
License
A C# script that creates a 3D Trail, based on this dbp8890's Motion Trails
Reviews
Quick Information

3D Trail in C#
A C# script that creates a 3D Trail, based on this dbp8890's Motion Trails
Supported Engine Version
4.1
Version String
1.0
License Version
Unlicense
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL