1. Installation - hfjooste/UltimateMenu GitHub Wiki

Engine Plugin

* The same process needs to be repeated whenever you want to update the plugin

  1. Download the latest release from GitHub
  2. Navigate to C:\Program Files\Epic Games\UE_{VERSION}\Engine\Plugins
  3. Create a Marketplace folder if needed
  4. Extract the release and copy to the Marketplace folder
  5. Open Unreal Engine
  6. Click on Edit > Plugins
  7. Enable the plugin under the Built-in > UI category
  8. Restart Unreal Engine

Project Plugin

* The same process needs to be repeated whenever you want to update the plugin

  1. Download the latest release from GitHub
  2. Navigate to your project directory
  3. Create a Plugins folder if needed
  4. Extract the release and copy to the Plugins folder
  5. Open Unreal Engine
  6. Click on Edit > Plugins
  7. Enable the plugin under the Built-in > UI category
  8. Restart Unreal Engine

Project Submodule

  1. Open your terminal
  2. Navigate to the project directory
  3. git submodule add [email protected]:hfjooste/UltimateMenu.git Plugins/UltimateMenu
  4. Open Unreal Engine
  5. Click on Edit > Plugins
  6. Enable the plugin under the Built-in > UI category
  7. Restart Unreal Engine

Updating Project Submodule

  1. Open your terminal
  2. Navigate to the Plugins/UltimateMenu directory in your project
  3. Get the latest changes: git pull
  4. Restart Unreal Engine
⚠️ **GitHub.com Fallback** ⚠️