-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Justin edited this page Oct 23, 2025
·
6 revisions
How to install the Achievement Plugin for Unreal Engine 5:
- Unreal Engine 5.6
- For Steam support: Steamworks SDK (V162 for Win64 comes with the plugin)
- For Epic support: Built-in EOS (no additional downloads)
- Download the plugin from FAB
- Extract to your project's
Pluginsfolder:YourProject/Plugins/AchievementPlugin/ - (Re-)Start Unreal Editor
- Enable the plugin: Edit → Plugins → Search "Achievement" → Check the box
- Download the plugin from Github here
- Extract the plugin folder to your project's
Pluginsfolder:YourProject/Plugins/AchievementPlugin/ - (Re-)Start Unreal Editor
- Enable the plugin: Edit → Plugins → Search "Achievement" → Check the box
- Follow the above steps for Alternate install
- Go to your Plugins
- On the Achievement Plugin, press package and package it somewhere where you can find it
- Go to the plugin's folder (in your C++ project)->Binaries->Win64 and copy-paste the
steam_api64.dllinto your packaged project's Binaries->Win64 OR Follow the steps below for Update Steam SDK Setup (Optional) to get other versions of the SDK - Extract the new packaged plugin's folder to your new Blueprint-only project's
Pluginsfolder:YourProject/Plugins/AchievementPlugin/ -
- (Re-)Start Unreal Editor
- Enable the plugin: Edit → Plugins → Search "Achievement" → Check the box
If using Steam achievements:
- Close the Editor if it is open
- Download Steamworks SDK from Steamworks Partner Site
- Extract the SDK
- Copy
steam_api64.dllfromredistributable_bin/win64/ - Paste into:
YourProject/Plugins/AchievementPlugin/Binaries/Win64/
The plugin includes steam_api64.dll using SDK V162 by default, but you may need to update it.
Achievement Plugin for Unreal Engine 5 - Made by Justin Comans