Windows CLI tool for Unreal Engine project packaging and delivery. Packages UE projects, runs preflight checks, and uploads builds to HydraTransfer for distribution.
| Runs on | Windows developer workstations |
| Type | CLI tool (not a server) |
| Release | https://releases.experiencenet.com/hydraunrealengine/production/latest.json |
| Binary | hydraunrealengine.exe (downloaded from release server) |
Download the latest binary from the release server:
Invoke-WebRequest -Uri 'https://releases.experiencenet.com/hydraunrealengine/production/latest/hydraunrealengine-windows-amd64.exe' -OutFile hydraunrealengine.exe
Or use self-update:
hydraunrealengine update
hydraunrealengine version
hydraunrealengine context create --project "C:\Path\To\Project.uproject" --config Shipping --platform Win64
hydraunrealengine package
After packaging, upload the build to HydraTransfer:
hydraunrealengine deliver
Before packaging, HydraUnrealEngine runs preflight checks to catch common issues:
Builds are uploaded to HydraTransfer using chunked uploads (10 MB chunks) with SHA256 verification. Large builds (10+ GB) are handled reliably this way.
Developer
→ hydraunrealengine package (builds UE project)
→ hydraunrealengine deliver (uploads to HydraTransfer)
→ Share download link with team / agency
hydratransfer.experiencenet.comEach preflight check provides specific guidance. Follow the instructions in the error message. Common fixes: