Hi,
I’m working off of the Paper 2D Sidescroller template right now and I’ve run into a problem. My 2D character has a ‘slide’ animation/flipbook that makes him get low to the ground but the collision detection is handled by the CapsuleComponent inside the character so he still collides as if he is standing.
I tried turning off collision on the capsule and turning it on inside the flipbook component but the character just falls through the map every time. So basically my question boils down to “How can I make the collision inside a Paper 2D Character Dynamically follow the flipbook component?”
Thus far I’ve been working entirely in blueprints so an answer that only uses blueprints would be preferable.