Home

Awesome

Plugget Unreal plugin

Unreal plugin to search & install plugget packages

image<br>

Usage instructions

How to use:

Install instructions

<details> <summary>1. Copy the plugin to unreal's plugin folder</summary> </details> <details> <summary>2. Enable the plugin</summary> </details> <br> Dependencies are auto installed on startup, if that fails try manually: <details> <summary>(optional) Manually install Python dependencies</summary>

Install the dependencies to Unreal's engine folder:

⚠️ PySide 6.7 has a breaking bug. Install older version for now
py3.11 has no available older versions for PySide6

set UE_FOLDER="D:\Program Files\Epic Games\UE_5.4"
set PYTHON_FOLDER=%UE_FOLDER%\Engine\Binaries\ThirdParty\Python3\Win64
cd /d %PYTHON_FOLDER%
python -m pip install PySide6 --version 6.6.3.1 --target %PYTHON_FOLDER%\Lib\site-packages
python -m pip install plugget-qt --target %PYTHON_FOLDER%\Lib\site-packages
</details> <details> <summary>(optional) Install git to support git clone package installs</summary>

(plugget uses this to install packages)
open the command prompt on Windows and run the below command:

winget install git.git
</details>

dependencies

Environment variables

you can control how plugget loads on startup with these env vars

devs

Support

If this tool is helpfull, you can ⭐ star it on the github page, just click the ⭐ star button in the top-right of this page.