News

You also need to create another new script which is going to destroy the particle system when it’s finished. Otherwise, Unity will create new game objects every time we die without cleaning them ...
Once more, Unity makes this easy for us ... Right click anywhere in that new folder and select Create > C# Script. Name this script ‘Forward’: it’s going to be what makes our bullet move!