Skip to content

UE5 extended character movement component with wall running, sprinting, crouching, and sliding. Used for my movement shooter game.

License

Notifications You must be signed in to change notification settings

tjysdsg/ExtendedCharacterMovement

Repository files navigation

DEMO

TODO

Quick Start

TODO

Features

  • Wall run
    • Check valid wall angle and velocity direction
    • "Snap" to wall
    • Wall jump with temporary repulsion
    • Preserve momentum when wall angle changes
  • Slide
    • Check valid ground angle
    • Fall -> slide
    • Custom friction
  • Crouch
    • Crouch camera transition
  • Sprint
  • Dash
  • Network replication/prediction

About

UE5 extended character movement component with wall running, sprinting, crouching, and sliding. Used for my movement shooter game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published