Please if you can help.
Simple test: 2 different objects A and B generated every X seconds in random places. Both of them are moving to different positions (with bullet behavior).
I want object A to catch object B if it is in close range and destroy it. Then move to another newly generated object. At the same time newly generated object A looking for a closest object B and repeating the same process. Hope it is clear.
Thanks