Add trails to a percentage of your particles using this module. This module shares a number of properties with the Trail Renderer component, but offers the ability to easily attach Trails to particles, and to inherit various properties from the particles. Trails can be useful for a variety of effects, such as bullets, smoke, and magic visuals.
Property: | Function: |
---|---|
Mode | Choose how trails are generated for the Particle System. - Particle mode creates an effect where each particle leaves a stationary trail in its path. - Ribbon mode create a ribbon of trails connecting each particle based on its age. |
Ratio | A value between 0 and 1, describing the proportion of particles that have a Trail assigned to them. Unity assigns trails randomly, so this value represents a probability. |
Lifetime | The lifetime of each vertex in the Trail, expressed as a multiplier of the lifetime of the particle it belongs to. When each new vertex is added to the Trail, it disappears after it has been in existence longer than its total lifetime. |
Minimum Vertex Distance | Define the distance a particle must travel before its Trail receives a new vertex. |
World Space | When enabled, Trail vertices do not move relative to the Particle System’s GameObject, even if using Local Simulation Space. Instead, the Trail vertices are dropped in the world, and ignore any movement of the Particle System. |
Die With Particles | If this box is checked, Trails vanish instantly when their particles die. If this box is not checked, the remaining Trail expires naturally based on its own remaining lifetime. |
Ribbon Count | Choose how many ribbons to render throughout the Particle System. A value of 1 creates a single ribbon connecting each particle. However, a value higher than 1 creates ribbons that connect every Nth particle. For example, when using a value of 2, there will be one ribbon connecting particles 1, 3, 5, and another ribbon connecting particles 2, 4, 6, and so on. The ordering of the particles is decided based on their age. |
Split Sub Emitter Ribbons | When enabled on a system that is being used as a sub-emitter, particles that were spawned from the same parent system particle share a ribbon. |
Texture Mode | Choose whether the Texture applied to the Trail is stretched along its entire length, or if it repeats every N units of distance. The repeat rate is controlled based on the Tiling parameters in the Material. |
Size affects Width | If enabled (the box is checked), the Trail width is multiplied by the particle size. |
Size affects Lifetime | If enabled (the box is checked), the Trail lifetime is multiplied by the particle size. |
Inherit Particle Color | If enabled (the box is checked), the Trail color is modulated by the particle color. |
Color over Lifetime | A curve to control the color of the entire Trail over the lifetime of the particle it is attached to. |
Width over Trail | A curve to control the width of the Trail over its length. |
Color over Trail | A curve to control the color of the Trail over its length. |
Generate Lighting Data | Enable this (check the box), to build the Trail geometry with Normals and Tangents included. This allows them to use Materials that use the scene lighting, for example via the Standard Shader, or by using a custom shader. |
2017–10–26 Page amended with limited editorial review
Size affects Width, Size affects Lifetime, Color over Lifetime, Width over Trail, Color over Trail, and Generate Lighting Data added in Unity 2017.1NewIn20171
Particle mode added in Unity 2017.3NewIn20173
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thanks for helping to make the Unity documentation better!