In Chapter 8, Page 224, I believe in Die() you need to add:
deathParticles.transform.parent = null;
deathParticles.Activate();
not just:
deathParticles.Activate();
When I ran the project without that line, the Marine DeathParticles would not appear.