Good start ! You have a nice little game here :) Cool animation for the player jump and crouch !
Here's a unity tip if you know a little about coding : use "Destroy( gameObject, float time)" on the particles of the killed enemies to destroy them automatically after some time (or maybe it was your intent to let them).