I need help, I haven’t used VFX-graph much so far, I want to enable “collision with depth buffer” in VFX-graph, for some reason the particles keep hitting the screen in Scene/Game view. What could be the reason for this?
Hi! Depth collisions are not working with particle writing depth at the moment. We don’t have a split resolve of the depth buffer in order to not have particles in the depth buffer used for collisions. As a consequence, opaque particles are colliding with themselves which makes them push towards the near camera plane.
An explicit warning is being added in the graph when this setup happens but we have no plan to fix this at the moment and depth collisions are reserved for particles not writing depth