Hi. I’m developing a 3d Side Scroller Game with a Fox as Main Character. I have a problem finding a way to have a good Collision for my character.
Need both head and tail with collision for my game to work as I wish. Adding a Box, Capsule or Sphere Collision doesn’t work. Recently read that UE4 don’t support rotation on default Character’s CapsuleComponent.
Any solution? Is UE4 not capable of giving the tools to make this kind of game?
I hope there is some sort of solution, otherwise gotta move back to Unity, to my regret.