The Parkour System is a comprehensive plugin for Unreal Engine 5.3, designed to add dynamic parkour mechanics to your game projects. Developed primarily in C++, this plugin offers a range of features to enhance character movement and interaction with the game environment.
28 Unique Animations: Each animation is finely tuned for specific usage scenarios.
Inverse Kinematics: Developed in C++ for realistic movement.
Gameplay Tags: Efficient state and action management.
State Display Widget: Shows current state, action, and style.
Comprehensive Scenario Checks: Extensive handling of all parkour scenarios.
Camera-Relative Input Calculation: Intuitive control based on camera direction.
Debuggable Shape Traces: Facilitates smoother development.
Configurable Variables for Checks and Parameters: You can now customize various checks and parameters to tailor the parkour system to your specific game needs.
Direction-Remembering System: Added a system that remembers the direction of the character, improving the fluidity and consistency of parkour maneuvers.
Download packaged .zip plugin.
Extract the ParkourSystem plugin folder into your project's Plugins directory.
Import Motion Warping plugin.
Do not forget to Initialize references.
Also here is the link to GoogleDrive with .zip packaged template game
SPACE for all climb actions
C for drop action
W,A,S,D for moving during climbing
For a complete example with test map, check out the example project demonstrating the Parkour System in action.
My itch.io page.
For any questions or feedback, please reach out via oleksandrr.smirnov@gmail.com.