Unity blood spray particle effect

preview_player
Показать описание
Simple tutorial video on how to create your own 2d blood spray particle effect in Unity. This video is the first in a series of videos on how to make enemy death feel great and impactful.
Рекомендации по теме
Комментарии
Автор

Thank you man! I have been surfing the forums for a couple days and this was by far the best explanation and it actually works! Your code is so simple too well done man Subed for sure.

tim_nextvolleyball
Автор

I started using Destroy(gameObject, 2f); which works just like IEnumerator, in one line. Thought I'd share for anyone who hasn't tried that yet.

SeanLange