How to detect collision with a soft body?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Macryc

Hi.
I have a soft body curtain in the scene. The character (which just a static body) can ‘walk’ into it and, visually, the collision works (the curtain wraps itself around the character which - with simulation accuracy set to 90 - looks pretty realistic).

QUESTION:
How do I detect the collision between the character and the curtain? The character has an area node attached to it and I tried body_entered but a soft body inherits from mesh and not body so it didn’t work. There is no such signal as ‘mesh entered’.