Skip to main content

Particles

Particles are graphical elements that are used to create various visual effects like fire, smoke, rain, snow, and other dynamic effects.

They mimic the physical properties of real-world particles. This includes their movement, interaction with forces like gravity or noise, and collisions with other objects.

Examples of particle-based effects include:

  • Fire and Smoke: Simulating the movement and behavior of fire and smoke particles.

  • Explosions: Creating explosive effects by simulating the motion and interaction of debris particles.

  • Water and Fluids: Simulating the flow and behavior of water droplets or other fluids.

  • Magic: Generating magical effects like sparks, glows, and magical trails.

  • Weather: Simulate weather conditions like rain and snow.


Creating a new Particle Emitter

Particles are emitted from a source called an emitter. The emitter is defined by a shape like a plane, sphere, or even a custom object and it’s also where you control the emission duration which can be infinite, loop, or one time.

To create a new particle emitter follow these steps.

  1. Press the + icon on the toolbar;

  2. Select the Particle Emitter;

  3. A new particle emitter will be created in world origin.


Customizing the Particle Emitter

When selecting a particle emitter, you can customize a variety of properties like how the particles look and behave. From the Particle Emitter panel, you can change properties related to how the particles are emitted.

  • Shape (Plane, Box, Sphere, Torus, Cone, or Custom Shape) - The shape of the particle emitter.

  • Size - Size of the emitter object.

  • Autoplay - Decide if the emitter emits automatically or not.

  • Emit Time (Infinite, Loop, or One Time) - How long the emitter emits particles.

    • On Loop and One Time:

      • Delay - Time before before the emitter starts emitting.

      • Duration - Duration of the emission.


Customizing Particle Properties

Particles can have various attributes, such as color, size, speed, birth rate, and lifetime. These attributes can be manipulated to control the appearance and behavior of the particles over time.

Particle Attributes

Control the look of the emitted particles.

  • Color A & B - The colors of the particles.

  • Coloring → Blend or Random

    • On Blend - the particles will change color from A to B during their lifetime.

    • On Random - the particles will start with a random color between colors A and B.

  • Size - The size of the particles.

  • Rotation - Rotation of the particles.

  • Birth Rate - The number of particles generated at the start.

  • Lifetime - The time the particles stay visible.

  • Alpha Fade - How the color alpha of the particles changes during lifetime.

  • Size Fade - How the particle size changes during lifetime.

  • Speed - How fast the particles move.

  • Orientation → Axis or Surface

    • On Axis - emits particles on world axis.

    • On Surface - emits particles from the emitter shape surface.

  • Direction - Overwrite the direction of the particles.

  • Image - Upload an image to be used in the particles.

Particle Forces

Control the forces affecting the emitted particles.

  • Gravity - Adds gravity to particles. Positive values make the particles go up and negative values make the particles go down.

  • Collision - Choose a particle collider or force that will affect the selected particle emitter.

Particle Noise

Affects the way particles move with different types of noise.

  • Type (Curl, Simplex, or Fbm) - Choose the type of noise.

  • Scale - Adjusts the size of the noise patterns, influencing the overall visual of the noise.

  • Variation - Alters the diversity or randomness within the noise, allowing for different levels of complexity and irregularity.

  • Seed - Provides a way to reproduce specific patterns by maintaining a consistent starting point.

Particle Randomness

Adds randomness to how the particles behave or are displayed.

  • Scale - Adds randomness to the scale of the particles.

  • Rotation - Adds randomness to the rotation of the particles.

  • Mass - Adds randomness to the mass of the particles.


Particle Presets

With particle presets you can save your particle properties to reuse later in multiple different emitters.

To save a preset:

  1. Select a particle emitter;

  2. Press the assets icon on the particles panel;

  3. Press the + button on the particle presets floating panel.

This is helpful when you need to quickly copy the settings from a previous emitter or use those settings as a starting point.


Particle Control Action

With the event system, you can control when an emitter should be emitting or not. To do so, you can use the Particle Control Action that can be triggered by most events.

  • Emitter - Select Particle Emitter to control.

  • Emission (Start, Stop, Start/Stop, Pause, Pause/Resume, or Reset) - Decide how to control the emission of the particles.

  • Delay - Time before the event action is triggered.


Particle Forces

Forces are custom areas that interact with particles and change how they behave.

Creating a new Particle Force

To create a new particle force, follow these steps:

  1. Press the + icon on the toolbar;

  2. Select the Particle Force;

  3. A new particle force will be created in world origin.

Customizing the Particle Force

When selecting a particle force, you can customize how the particle force will change the behavior of particles.

  • Force Type (Collider, Attractor, or Vortex)

    • On Collider - the particles will collide with the force area.

    • On Attractor - the particles will be attracted to the force area.

    • On Vortex - the particles inside the force area will rotate around the area center.

  • Shape (Box or Sphere) - The shape of the force area.

  • Size - How big the area is.

  • Helper - Show or hide the viewport helper of the force area.

Remember that to have a force interact with particles, it should be assigned from the particle emitter side. Refer to Particle Forces panel section above.