I’m using the third person game preset, and I want to change the collision of the payer from the capsule component. I have no idea how to change the hit box, and my end goal is to get the player to stop sliding off edges if they land on the corner of a box
You can’t change it, I’m afraid. You can scale it, but that’s all.
If you want to use a different shape etc, you have two options
-
Edit the character in C++
-
Make your own character from scratch
and put the other stuff in
You also need to copy the code across. So either way, bit of a hassle