Make a simple Trail for your projectiles! || Unity tutorial

preview_player
Показать описание
In this tutorial video I show how to make a projectile bullet trail in Unity using the Trail renderer.

///
*Notes:*
0:24 - If you make very fast projectiles it can be good to drop the Trail Renderer's time to a value bellow 0.3 to give your projectile a better sense of speed.

*Documentation:*

///
Рекомендации по теме
Комментарии
Автор

Note: if you make very fast projectiles it can be good to drop the Trail Renderer's time (0:24) to a value bellow 0.3 to give your projectile a better sense of speed.

ENRI_
Автор

TYSM!! I tried to follow someone else's tutorial but he had a complicated and advanced shooting system with scriptable objects and I just did not want to have that. Therefore, I chose to make my own and put it in my bullet. Your tutorial helped me alot :)

BlinkersGameDev
Автор

Make more videos on unity, very easy to follow.

syedarsalanshah
Автор

idk if youll see this but is there any way to get the x axis of the graph to become bigger as my projectile is very fast (730 velocity) and the trail doesnt show up if its only 1 second on x axis

Anakin.Skywalker