- Home /
How can I create glowing trail effect?
Hello I have UI Image that can fly in different directions. I want to see effect like glowing trail like this
I don't need stars. Just glowing trail. I have sprite for particle of glow like this
I tried to do this via TrailRenderer but it was like this component stretch image and I can see ellipse of my particle not like on image.. I thoght about particle system but don't know how can use it for this effect. Mb I need custom shader? I would be very grateful if you will help me
P.S. Sorry for not good english. It is not my native language
You yould create a mesh from script and apply an appropriate material to it, and update the mesh's vertex positions depending on the speed and rotation of the flying object.
Your answer
Follow this Question
Related Questions
Trail behind standing player 1 Answer
How to get Zerg Tentacle-like effect (see example in post)? 1 Answer
trails and particles 2 Answers