Im trying to stop my sheep from moving through my fence using collision objects - however I don’t want my sheep to be affected by their own collision objects so I use this code:
Is this right? My fence’s collision object has the group “fence” but when i run my program they just move right through it. What am i getting wrong?
Any help much appreciated : )