Recently,I find a funny game called 《Chameleon Run》. It has very gorgeous effect when the character runs. How can I make the trailing effect like this by using Unity?Is there any plug-in?I cannot post pictures.
Asked
Active
Viewed 284 times
1 Answers
1
I don't know that game, but, giving you a generic answer, trail effects can be achieved using a Trail Renderer. Attach it to your object, and adjust the parameters. You can also set a material, in order to totally customize the effect.
This is the example picture taken from the documentation, obviously using it in a 2D environment is also possible.

Andrea
- 6,032
- 2
- 28
- 55