The Problem
So far I have not been able to perform a Rigid Body simulation on one object and a Cloth simulation on the other and have them interact with each other simultaneously.
The effect I want to that of several objects falling into a net in a realistic way.
Successful Simulations:
- Drop a subdivided plane with Cloth enabled onto another mesh with collision enabled.
- Animate a Rigid Body with "Passive" and "Animated" enabled into a Cloth plane with the corners pinned.
Other Methods Tried:
- What is the easiest way to simulate trampoline?
- How to make cloth 'catch' a falling object, slowing its fall?
- Creating a Soft Body Surface that Responds to Different Masses of a Rigid Body Object
Is it Possible?
I would've thought that this was quite a common use case, however, the fact that I have been unable thus far, to find an exact guide on how to approach this problem, I'm beginning to think that it may not be possible to simulate the two entities together.

