- Home /
Bullet impact effect not working. Made from a Brackeys tutorial
Bullet impact effect is showing up(smoke & sparks) but its disappearing after approximately 2 secs. I followed Brackeys tutorials for making fps shooter. After the 2 secs i fire the gun and there is no effect.
I don't know Brackey's tutorial but is the effect a particle system that has the position changed each shot without the emission being restarted?
Answer by Batuhan13 · Feb 20, 2020 at 12:14 PM
As I remember true in that tutorial brackey was using instantiate code for summon impact effect .Could you add Debug function before and after instatiating line.If two debug works fine it means you are instantiating and you dont have problem about your code else if you have a problem about your code. Have a great day =).
Answer by Tobin_Talks · Feb 20, 2020 at 12:09 PM
i cant upload pictures, error parsing the uploaded file
Your answer
Follow this Question
Related Questions
How do I make this script emit different particles for different surfaces & objects? 2 Answers
Unity Impact Effect Wrong Rotation 1 Answer
How to make bullet holes on terrain? 1 Answer
How to add impact sparks / blood effects to 2D shooter? 2 Answers
bullet hit effect material color be based off the object hit? 0 Answers