I saw a topic on the forum about this from twelve years ago but it was unresolved, so I'll try my luck again:
I'll try to be concise. I need to do a dishwashing game. For that, the player lathers and covers with bubbles the objects given to him. No problem there. The issue comes when I need the game to check if the object (for example, a pan) is covered entirely, or at leats a 90% of its area, by those bubbles to mark it as completed and proceed to the next object.
Can this be done in some way, or should I take another approach?