Hi,
I have this bit of code:
I want instances of itself to be an 'obstacle' - I need some code where if object a is overlapping object b and also overlapping object b(not self) then do action
This is all in aid of having AI that avoid obstacles and also each other - but I don't want to use Boids.
Any help greatly appreciated as always