I’m trying to make a particle system which follows the ground built with unity’s terrain. Is there a way to tell the particles to follow the terrain or is it something I’m going to need to make myself by getting the current terrain height and updating the particles as they flow?
just create particles and keep it under your player as child
and itll follow u