Skip to content

Spr-Aachen/Unreal-MotionMatchingSystem

 
 

Repository files navigation

Game Animation Sample Refactored

Completely reworked and improved С++ version of Game Animation Sample.

Features
  • Game Animation Sample.
  • Reworked plugin structure. Content is separated into 3 categories: GASP - main content, GASPCamera - camera-related content, and GASPExtras - other optional content.
  • Overlay layering system built with separate Anim Graphs and Linked Layers.
  • All overlays from ALS.
  • Basic weapon attach system from ALS.
  • Basic overlay switcher widget from ALS.

For more information, see the Releases. Reading the changelogs is a good way to keep up to date with the newest features of a plugin.

Supported Unreal Engine Versions & Platforms

Plugin Version Unreal Engine Version
1.2 5.5
1.3 5.5
1.4 5.6
1.5 5.6
1.6 5.6
1.7 5.6
1.8 5.6
1.9 5.6
1.10 5.6

The plugin is developed and tested primarily on Windows, so use it on other platforms at your own risk.

Quick Start

  1. Clone the repository to your project's Plugins folder, or download the latest release and extract it to your project's Plugins folder.
  2. Recompile your project.

Console Commands

GASP provides several console commands for debugging and configuration. See CONSOLE_COMMANDS.md for a complete list of available commands.

Quick reference:

  • gasp.statemachine.enabled 1 - Enable experimental state machine
  • gasp.traversal.DrawDebugLevel.enabled 1 - Enable traversal debug visualization
  • gasp.DrawVisLogShapesForFoleySounds.enabled 1 - Enable foley sound debug shapes

License & Contribution

GASP Refactored is licensed under the MIT License, see LICENSE.md for more information. Other developers are encouraged to fork the repository, open issues & pull requests to help the development.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • C# 1.2%
  • C 0.2%