Hello! I am implementing a simple selection box selection behavior. Now, when I try to implement it with this code
the selection action in the game previews selects only one random family member enclosed in the selection box, as shown by the reduced opacity of the selected object:
Now, when I add "for each" condition, the selection seems to work:
As shown here
Now, If I try to implement the same functionality with objects directly, it does work as expected without the for each addition.
I was trying to find a proper explanation of family picking in the manual (very unclear explanation ) and on the forum, but I found nothing.
Thanks in advance for explaining me how family picking works or pointing me the proper explanation on internet.