,Light trails

,Hello. I am making a racing game in unity 2019.4. I am currently implementing nitro system which is almost complete. Car is accelerating when pressing left shift, lerping camera fov, blur effect and sound. There is only one thing remaining I want to add a light trai as shown in attached screenshot. Can someone point me to right direction or any hint.
Thanks in advance.169899-screenshot.jpg

Maybe you can use a trail renderer with bloom effect and transparent material

@wewewu Wow. I did not use trail renderer before but I have get almost the same result with it and it is very easy I just read unity documentation and done. Thanks friend :heart: