Skip to content

💥 Part 6 - Restart the game with a bang

Estimated Time: 30 Minutes


📝 Summary

In this tutorial, you’ll add a particle explosion that triggers when the player is destroyed, then use UI Toolkit to create a Restart button that reloads the scene — giving your game a clean and satisfying game-over flow.


🔗 Go to Tutorial

Click here to access the full tutorial on Unity Learn


✅ Checklist

  • Created a Particle System for the explosion.
  • Instantiated the explosion when the player dies.
  • Created a "Game Over" screen with a Restart Button.
  • Connected the button to reload the scene.