2025-10-03 16:09:13 +02:00
2025-10-03 15:25:46 +02:00
2025-10-03 15:25:46 +02:00
2025-10-03 15:25:46 +02:00
2025-03-21 14:27:29 +00:00
2025-10-03 16:09:13 +02:00
2025-03-31 13:45:55 +02:00
2025-10-03 15:45:19 +02:00
2025-10-03 15:25:46 +02:00
2025-10-03 15:45:19 +02:00
2025-10-03 16:09:13 +02:00

unreal-launcher

A simple Unreal Engine project launcher mainly for *nix OS.

How to

Edit the project.json file with your projects and unreal installation path, then run the app.

Installing deps

go get fyne.io/fyne/v2@latest
go mod tidy

On Windows

winget install -e --id MSYS2.MSYS2

C:\msys64\usr\bin\bash -lc "pacman -Sy --noconfirm && pacman -S --noconfirm mingw-w64-x86_64-gcc mingw-w64-x86_64-pkgconf make"

$env:Path = "$env:Path;C:\msys64\mingw64\bin"

go env -w CGO_ENABLED=1

Running the app

go run .

Building the app

go build .
./unreal-pm

License

This project is released under the MIT license.

Description
A simple Unreal Engine project launcher mainly for *nix OS.
Readme MIT 17 MiB
Languages
Go 100%