> For the complete documentation index, see [llms.txt](https://maystudios.gitbook.io/maysimpleinteraction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maystudios.gitbook.io/maysimpleinteraction/getting-started/installation.md).

# Installation

### **Step-by-Step Instructions:**

To successfully install the May Simple Interaction System in your Unreal Engine project, follow the steps below:

1. **Download and Import the Asset Pack:**
   * **Download the Asset Pack:**
     * Navigate to the Unreal Engine Marketplace.
     * Search for "May Simple Interaction System".
     * Click on "Add to Project" to download the asset pack to your local machine.
   * **Import the Asset Pack:**
     * Open your Unreal Engine project.
     * In the Epic Games Launcher, under the "Library" tab, locate the May Simple Interaction System.
     * Click on "Add to Project" and select the project where you want to integrate the system.
     * Once the asset pack is imported, you should see the new assets in your Content Browser.
2. **Activate Required Plugins:**
   * **Access the Plugin Manager:**
     * In your Unreal Engine editor, go to the top menu and select `Edit > Plugins`.
     * The Plugin Manager window will open, displaying a list of available plugins.
   * **Enable the Necessary Plugins:**
     * **CommonUI:** In the search bar, type "CommonUI" and check the box next to it to enable the plugin.
     * **EnhancedInput:** Search for "EnhancedInput" and enable it by checking the corresponding box.
     * **GeometryScript:** Search for "GeometryScript" and enable it.
   * **Restart the Unreal Engine Editor:**
     * After enabling these plugins, a prompt will appear asking you to restart the editor. Click on "Restart Now" to apply the changes.
