I thought this would be an easy Google job, but I can’t find anything.
I need my player character to be able to use see-saws, stand on stacked boxes and walk on top of other physics actors.
Surely its possible to be able to have a ‘Character’ (with the inherit capsule bounds) be able to walk on top of something that’s physics enabled without either the character being launched/pushed off or the other actor pushed through the floor.
I’m using the base character from Third Person Project, but I’ve noticed the exact same thing with the character from First Person Project.
I’ve spent about an hour tweaking my character movement and capsule, especially the physics options and the check that treats the capsule as if it had a flat bottom and also the physics of the other actors as well, but I cannot get anything close to stable.
What are my options here?
Is there some miracle setting for either my character or the physics actors that will make this just work?
Can I somehow change the inherited capsule in my character to a box for better collision?
Is the Character class just no good for physics interaction and I need to make a pawn from scratch?
Thank you!