About 787,000 results
Open links in new tab
  1. Create 2D particle effects - Unity Learn

    In this tutorial, you’ll add 2D particle effects to your 2D adventure. By the end of this tutorial, you’ll be able to do the following: Configure a looping particle system to achieve a visual effect.

  2. HOW TO MAKE 2D PARTICLE EFFECTS - UNITY TUTORIAL

    In this unity tutorial we will take a look at how to make 2D particle effects (systems) using sprites !

  3. How To Use 2D Sprites With a Particle Emitter – Unity

    Oct 15, 2021 · This article teaches you how to use Sprites or other custom 2D images with the particle emitter in Unity. You can now watch it on Youtube, or read the article below the video.

  4. Unity - Manual: Particle systems

    Each particle in a system represents an individual graphical element in the effect. The system simulates every particle collectively to create the impression of the complete effect.

  5. 4. Unity Particle System: Making Particles React with ... - Medium

    Apr 4, 2025 · Learn how to make particles interact with the world using Unity’s collision system, trigger events, and light-emitting effects. So far, we’ve focused on controlling how particles look and...

  6. Working with particle systems in Unity - Brian Moakley @ Jezner

    Feb 5, 2025 · Particles are small bits of geometry created by a game engine that you can use to create effects such as fire, water and other chaotic systems. Ever play a game that featured snow? In most …

  7. How to Use Sprites With a Particle System in Unity - YouTube

    It is easy to set up sprties with the unity particle system. In this under 2 minute unity tutorial you will learn how to set a sprite to particles with the particle system in Unity.

  8. 2D Particle System — Advanced Game Design documentation

    In Unity, select GameObject -> Effects -> Particle System. You should now have a new particle system in your game throwing off fuzzy dots. The rotation of the default system has the particles flying up. …

  9. Unity - Manual: Particle systems

    Each particle in a system represents an individual graphical element in the effect. The system simulates every particle collectively to create the impression of the complete effect.

  10. Particle systems — codemahal

    In this lesson, you will learn how to use Particle Systems in Unity to add a range of particle effects to a 2D game. Particle Systems can be used to add particle effects like moving liquids, smoke, clouds, …