Help with a Splatoon-like wall climbing system, how would I go about it?

Hello there!

I’m curious on how I could make a system to climb up walls like in Splatoon as a squid, I have no idea how to go about this lol!

If you don’t know what I mean, basically a way to move on walls like moving on the ground.

Any help would be awesome, thank you!

I suspect a custom character would be needed for that. Using something like VectorForce or Lineforce might be a solution.

Alrighty, I’ll look into it, thanks!

I usually just make my own character controller if I need anymore control over my characters than what the default controls provide. It’s not terribly difficult, and lets your code be neat and tidy. That said, EgoMoose made amazing one some time ago that is open source so you could just take that and rework it to your needs. His has far more control than you probably need though, but it’s cool to look into none the less.

Sweet, thanks! I’ll be sure to check this out too!