So in this episode we are finally setting up the logic for applying damage to the AI enemy. On the AI we used box collission to detect the impact but this time i want to use sphere/linetracing for detecting the hit. Its just a little bit more accurate and can also be used for detecting surfaces later for particle emitter if we hit a wall or tree for instance.