Hey everyone,
I have this object, "box", and another, "mask", and I want to verify how many boxes are overlapping the mask. How can I do that ?
Develop games in your browser. Powerful, performant & highly capable.
On the overlap event, you can set a variable to box.pickedcount, which will be the number of boxes overlapping the mask.