Hello, how can I select 6 objects without passing 6 for example: If I drag a selection box it picks 6 objects in the middle of 9...
I need force select 6
I did a boolean on each "selected" call.
So I drag a box over them and the 9 are "true selected" But I only want 6... I tried using compare 2 values if pickedcount is 6... But it didn't work...