Quick question, why do we need a UCapsuleComponent
for our pawn collisions ?
In the previous lecture, we saw that meshes have simple and complex collisions, we used this to be able to go through the door. In this project our meshes have collisions as well, and even the simple ones are much more detailed than a capsule shape, so why don’t we use them ?
Is it a different kind of collisions ? Is it just to simplify the process and focus on other aspects ?