Spotlight Sale: Save 50% on select Props now through October 7.

Root Motion Climbing System

JU SIK LEE - Code Plugins - Sep 9, 2024

RootMotionClimbingSystem is a customizable climbing system. You can create your own climbing system using root motion animation.

  • Supported Platforms
  • Supported Engine Versions
    5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

DemoLink : (Example Project Build)

  • You can test multiplayer by pressing the ESC key.

DemoLink : (GASP+ALS)

  • Game Animation Sample + Advanced Locomotion System
  • Integration Example Demo

DemoLink : (Example Project Build + Ultimate Traversal Anims)

  • Using the 'Ultimate Traversal Anims' asset.
  • Preview #1 (Ladder, BalanceBeam, BarSwing)
  • Preview #2 (Wall Climb)
  • Additional climbing work in progress.


[Introduction to RootMotionClimbingSystem]

[How to make BP_WallClimb]

[How to make BP_FreeHang]


RootMotionClimbingSystem is a customizable climbing system.

Create climbing with user-owned animation.


The character only needs logic to play climbing animation.

The animation blueprint only requires a montage slot for playing the climbing animation.


Because of its simple character logic, it is easy to integrate into your projects.

You can keep your character logic simple even if you add a lot of climbing.

Technical Details

Features:

  • User-created climbing.
  • Simple character logic.
  • Easy integration.
  • Network Replicated.

Code Modules:

  • RootMotionGuideEx (Runtime)

Number of Blueprints: 0

Number of C++ Classes: 7

Network Replicated: Yes

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64

Documentation: None

Example Project: Link

Important/Additional Notes:

In animation asset, the root bone's transform must start from Identity. (Location = {0,0,0}, Rotation = {0,0,0}, Scale = {1,1,1})

This plugin does not include any animation assets.