Attached is my game scene. I need to develop this tail renderer. Someone please help me with some inputs. I am quite new to Unity. I work in C#. Thanks in advance.
1 Answer
1Hello, anurooppv
You can create This effect by using particle system.
I made The same effect so you can use it as per your requirement.
Might be useful.

Hi yashpal, Thanks a lot for the help. I am new to unity. So could you please share some sample code of this?
– anurooppvYou can learn From [Unity3D official tutorials][1] It is very useful. if find any particular requirement than I can help you. Did you get effect Which you needed? [1]: http://unity3d.com/learn/tutorials/modules/
– yashpalNo. I am new to Unity. So I haven't heard about particle system. I went through the file you shared with me. I am not sure how use them.
– anurooppv@robertbu Suggest correct way to integrate package with your project. Thank you @robertbu .
– yashpal@robertbu thanks a ton for your inputs. It is kind of working now. Now I need to figure out how to separate the prefab circles. Currently all are travelling together as a group.
– anurooppv