1. Installation - hfjooste/UltimateMenu GitHub Wiki
* The same process needs to be repeated whenever you want to update the plugin
- Download the latest release from GitHub
- Navigate to
C:\Program Files\Epic Games\UE_{VERSION}\Engine\Plugins
- Create a
Marketplace
folder if needed - Extract the release and copy to the
Marketplace
folder - Open Unreal Engine
- Click on
Edit > Plugins
- Enable the plugin under the
Built-in > UI
category - Restart Unreal Engine
* The same process needs to be repeated whenever you want to update the plugin
- Download the latest release from GitHub
- Navigate to your project directory
- Create a
Plugins
folder if needed - Extract the release and copy to the
Plugins
folder - Open Unreal Engine
- Click on
Edit > Plugins
- Enable the plugin under the
Built-in > UI
category - Restart Unreal Engine
- Open your terminal
- Navigate to the project directory
git submodule add [email protected]:hfjooste/UltimateMenu.git Plugins/UltimateMenu
- Open Unreal Engine
- Click on
Edit > Plugins
- Enable the plugin under the
Built-in > UI
category - Restart Unreal Engine
- Open your terminal
- Navigate to the
Plugins/UltimateMenu
directory in your project - Get the latest changes:
git pull
- Restart Unreal Engine