So there is one object that wants to eat another object.
It has an on trigger enter, the object takes the furthest one away as a target and starts move to it
But the problem is that if it crosses another same object before getting to the target, it triggers the action and the target disappears before the object even gets there. they are instantiated from prefabs so they are identical objects (targets)
So the action that we want is that the object goes through any other objects, not triggering anything before getting to the target.
But now the action is triggered from any object not just the target.
,