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, andGASPExtras
- 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.
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.
- Clone the repository to your project's
Plugins
folder, or download the latest release and extract it to your project'sPlugins
folder. - Recompile your project.
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 machinegasp.traversal.DrawDebugLevel.enabled 1
- Enable traversal debug visualizationgasp.DrawVisLogShapesForFoleySounds.enabled 1
- Enable foley sound debug shapes
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.