In my simple scene of maybe 10 static box colliders with each an associated Obi Collider the fluid correctly reacts to those static colliders, in CPU and GPU backend mode. It also reacts correctly to the one non-static gravity-influences box collider + Obi Collider.
But when switching to Compute (GPU), the non-static object is ignored completely by the fluid. The flow speed isn't really high, maybe 4 m/s and the emitter of 0.4 m^2 is set to speed 1.5 only.
A 2nd missed collision is happening at only one of the static colliders, which isn't obviously different than the others. At least that I could fix by increasing the Obi Collider thickness and is an acceptable workaround for that one.
Only when setting thickness to 2.79 or larger on the non-static collider, it reacts correctly, but that's far too wide as the non-static object is only 1x1x2 m large. Also when adding a completely new simple Cube with RigidBody + Box Collider + Obi Collider, that new object is completely ignored by the fluid.
I suspect some dependency on the surrounding box the non-static object is located inside. Maybe Obi Solver tries to optimized too much, but how to prevent that?
Unity 6.5, Obi Fluid 7.1.1
Currently 100000 fluid particles at 2 res, but same problem with res 0.4 and only 2000.
But when switching to Compute (GPU), the non-static object is ignored completely by the fluid. The flow speed isn't really high, maybe 4 m/s and the emitter of 0.4 m^2 is set to speed 1.5 only.
A 2nd missed collision is happening at only one of the static colliders, which isn't obviously different than the others. At least that I could fix by increasing the Obi Collider thickness and is an acceptable workaround for that one.
Only when setting thickness to 2.79 or larger on the non-static collider, it reacts correctly, but that's far too wide as the non-static object is only 1x1x2 m large. Also when adding a completely new simple Cube with RigidBody + Box Collider + Obi Collider, that new object is completely ignored by the fluid.
I suspect some dependency on the surrounding box the non-static object is located inside. Maybe Obi Solver tries to optimized too much, but how to prevent that?
Unity 6.5, Obi Fluid 7.1.1
Currently 100000 fluid particles at 2 res, but same problem with res 0.4 and only 2000.

