Hi there,
I am unable to shoot and kill enemies from the back. This problem was solved in the following post: Question on the use of Bullet + OnTriggerEnter. But it’s not quite clear to me how. In my opinion it shouldn’t work because the bullets Collide and bounce of the Capsule collider when you shoot enemies from the back. It never reaches the BoxCollider and is Destroyed, same as when it hits the walls.
I grabbed the following image from the closed topic which describes the situation perfectly. With the Collidor setup we make in the lecture, it shouldn’t be possible to kill the enemies from the back.
I am obviously missing something regarding Triggers vs. Collisions and hoping to figure out what.
Thanks in advance!