Hello,
i have a GameObeject (Enemy) with 2 Colliders. When the Player enters/leaves Collider 1 it should do sth. and when the Player enters/leaves Collider 2 it should to sth. different.
is there a way to tell OnTriggerEnter2D on what collider it should execute?