Kill offscreen particles?

Hey all,

I created a GPU particle system that would make it rain over a level with stacked buildings.
Does anyone know if it’s possible to kill off particles on top of the buildings so it wouldn’t rain underneath it or inside the buildings.
Collision only works when the collision happends in the view.

Or would there be a better way to approach this?

bumpty dumpty

would like to see this as well!

it’s been a while since I worked on particles. But you mean to say that collision boxes for particles still don’t work when outside the view?

I do know a work around in the situation I had. What is the issue you need this for?

Hi Vita,

I was able to get it working. I thought the kill box would kill particles inside of the box, it seems that it only kills particles outside of the box. Thanks for the offer!