Hey there everyone, as the title states, I have a picking question...
I've got multiple instances of my object, and they all have a private variable, this variable is a different value for each instance, now, when two instances are next to each other, I need to make them average out their values with each other, and this needs to work for as many as their might be side by side.
if I have 3 instances (with their values showing) arranged like so:
7, 6, 2...
I need to have them all check with each other and become:
5, 5, 5...
any ideas?
Overlap at offset detects the side by side instances, but after that I can't seem to find a good way to select them, the instances are also created and placed randomly, so UID's are no good...
Thanks in advance.
Brent