This Unreal Engine plugin is a modified version of the Gamemakin Linter plugin, originally created by Allar.
Please note that I do not provide support for this plugin.
-
Download the Plugin:
- Go to the releases section of this repository.
- Select the correct version and download the zip file named "Linter 5.x".
-
Extract the Plugin:
- Once downloaded, extract the contents of the zip file.
-
Copy the Plugin:
- Navigate to your Unreal Engine project directory.
- Locate the
Plugins
directory within your project directory (if it doesn't exist, create it). - Copy the extracted
Linter
folder into your project'sPlugins
directory. - Your folder structure should look like this:
YourGameProject/ ├── YourGame.uproject ├── Plugins/ │ └── Linter/ │ ├── ... │ └── (plugin files) └── ...
-
Start Your Project:
- You can now start using the Linter plugin within your project.
This project is licensed under the MIT License.