Search Unity

Question Grouped burst spawn particles at random position in a Volume box

Discussion in 'Visual Effect Graph' started by Acer85, Feb 16, 2023.

  1. Acer85

    Acer85

    Joined:
    Mar 10, 2019
    Posts:
    30
    Hi,

    Im trying to spawn burst of particles at random positions grouped together in a box volume, I use Initialize Particle > SetPosition(Shape: AABox) for that.
    I also want a constant spawn rate of particles but also some random bursts.
    I have tied to add a Periodic Burst in the Spawn block but it just spawns all particles att random positions and not grouped together.