Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Is is possible for VFX Graph to spawn from a mesh?

Discussion in 'High Definition Render Pipeline' started by EagL-, Dec 27, 2019.

  1. EagL-

    EagL-

    Joined:
    Dec 9, 2016
    Posts:
    24
    I have a procedurally generated terrain that I want to spawn particles from. The two possible ways I see to do this is to either spawn the particles from the mesh or create a point cache from the terrain. I have found no way to do either. Is it possible to spawn from a mesh or create a point cache in script?