Installation
This guide explains how to install and set up the PLA4Y - NUGS modular platformer toolkit in Unreal Engine 5.7.
The toolkit is designed to be modular and easy to integrate into both new and existing projects.
Requirements
Before installing, ensure you have the following:
- Unreal Engine 5.7 installed
- Visual Studio 2022 (optional, for C++ support)
- A working Unreal project
- Sufficient disk space for plugin files
Installing the Toolkit
Manual Installation
- Open your Unreal project directory
- Create a folder named:
Plugins
- Inside the Plugins folder, create:
PLA4Y
- Place the plugin files inside:
YourProject/Plugins/PLA4Y/
- Ensure the
.upluginfile is inside the PLA4Y folder
Pre-built Plugin Installation
If you have a packaged version:
- Download and extract the plugin
- Move the folder into your project’s Plugins directory
- Confirm the structure is correct:
YourProject/Plugins/PLA4Y/PLA4Y.uplugin
Enabling the Plugin
- Open your Unreal project
- Navigate to:
Edit → Plugins
- Search for:
PLA4Y
- Enable the plugin
- Restart Unreal Engine when prompted
Verifying Installation
To confirm installation:
- The PLA4Y plugin appears in the Plugins window
- New Blueprint Components are visible
- Systems such as Collectibles and Doors can be added
Initial Setup
After installation:
- Add required components to your Player Character
- Create initial Data Assets for collectibles or abilities
- Add UI widgets if required
Each system can be used independently.
Folder Structure
A correct installation should look like:
▾📁YourProject
▾📁Plugins
▾📁PLA4Y
📁Content
📁Source(optional)
📄PLA4Y.uplugin
Troubleshooting
Plugin Not Showing
- Check the folder structure
- Ensure the
.upluginfile exists - Restart Unreal Engine
Compilation Issues
- Open the project in Visual Studio
- Build the solution
- Restart Unreal Engine
Missing Features
- Ensure the plugin is enabled
- Check all modules are active