I'm assuming that you used a rigid body for the player movement as I noticed the player movement was a little jittery maybe try using void FixedUpdate() for the Rigidbody.AddForce() as physics updates occur at the Fixed update, also maybe back of on the film grain effect, I don't think this game really needs it.
Anyway, great game!