Terrain trees with particle fx?

Hello, I was just wondering if there was any way to have terrain trees with particle fx on them? Leaves flying around and such? I’ve tried adding a particle system to the tree gameobject, and I’ve tried adding it to a child, and neither emitted any particles as a terrain tree, but worked fine as an instantiated prefab? Any ideas? :slight_smile:

Hi, I had the exact same problem however I solved it by making a script that went through all the tree positions of the terrain and instantiated the particle system at those locations. I’ve attached my script which should be pretty straight forward, just attach it to an empty gameobject in your scene and assign a container gameobject, and your particle system prefab.

Hope this helps if anyone comes across this topic in search of an answer.[23241-terrainbehaviour.zip|23241]