> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinemation.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Prepare the Unreal Engine project and verify the Sci-Fi FPS Pack content and required input plugin.

## Source-project baseline

The supplied documentation and assets come from an Unreal Engine 5.2 project. Treat 5.2 as the version used to inspect and document the project, not as a universal support range.

## Requirements

* Unreal Engine with the <code>EnhancedInput</code> plugin enabled.
* A project that can load Blueprint and Niagara content.
* The Sci-Fi FPS Pack content below <code>/Game/KINEMATION</code>.

<code>KinemationMCP</code> and <code>KinemationEditorUtility</code> are enabled in the source project as editor tools. The supplied material does not establish them as runtime requirements.

## Verify the content

After importing the distributed files:

1. Restart the editor if Unreal requests it after enabling <code>EnhancedInput</code>.
2. Confirm that <code>/Game/KINEMATION/Common/GameplayFramework</code> exists.
3. Confirm that <code>/Game/KINEMATION/Common/ShooterCore</code> exists.
4. Confirm that <code>/Game/KINEMATION/Sci-fi\_FPS\_Pack</code> exists.
5. Open <code>/Game/KINEMATION/Sci-fi\_FPS\_Pack/Demo/Maps/Sci-fi\_Shooter\_Map</code>.
6. Run play-in-editor and check that the character can move, switch items, aim, fire, and reload.

<Warning>
  The source project's global default game mode references <code>/Game/KINEMATION/TacticalShooterPack/Maps/LevelPrototyping/BP\_TacticalShooterPack</code>. That content is absent from the inspected checkout. Assign a valid game mode in **World Settings** if the map does not spawn the intended pawn.
</Warning>

<Check>
  Installation is ready when the demo map loads, the <code>BP\_SciFi\_Character</code> stack resolves, and both Gameplay Framework and Shooter Core content folders are available.
</Check>

Continue to [Sci-Fi content](/sci-fi-fps-pack/unreal/get-started/sci-fi-content) for a product overview, then continue to [Character setup](/sci-fi-fps-pack/unreal/get-started/character-setup).
