Hi, I’m looking for a direction to make a player walk on walls like a spider.
I don’t have any idea of where i must start, so I would love some help here >_<
Hi, I’m looking for a direction to make a player walk on walls like a spider.
I don’t have any idea of where i must start, so I would love some help here >_<
Try rotating the roll player’s character controller with blueprints.
I think that changes the player’s gravity in addition to their viewport.
You would need a custom character movementcomponent that finds a different kind of floor and sweeps the world. The transitions on and off the wall are the most tricky part of it. You’ll have to sweep the player’s capsule during the normal move walking and falling to see if a transition is required.
How to make a Spider in UE4 (6 parts)