Search Unity

Visual Effect Graph - How can I make the particles form a specific shape?

Discussion in 'General Graphics' started by turboturboturbo, Jan 2, 2019.

  1. turboturboturbo

    turboturboturbo

    Joined:
    Dec 2, 2018
    Posts:
    25
  2. MSplitz-PsychoK

    MSplitz-PsychoK

    Joined:
    May 16, 2015
    Posts:
    1,278
    I haven't used the Visual Effect Graph, but I know you can easily do this with a particle system. In the ParticleSystem's Shape Module, set the Shape to Mesh, and set the Type to Triangle, then all particles will be spawned on the surface of the mesh you provide in the Mesh field.