Hello,
In my project have many instance of the same object "Blue".
I want to check if all my "Blue" Object are link to each other. I mean I don't want any isolate "blue" object who are not in collision with another one.
I start by picking a random instnce of the blue object and turn a boolean to "True" and check every other blue object who are in collision with him.
I don't think my method is correct.
If you have some ideas or suggestions.