The flow: connect → map → build → ship. This walkthrough takes you through it on a GitHub-hosted UE project. Perforce users — see Connecting Perforce, then come back.Documentation Index
Fetch the complete documentation index at: https://buildpixel.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
1. Sign up & create an organization
Go to app.buildpixel.io, sign up, and pick an organization name. Invite teammates if you want — or do that later from Settings → Members.2. Connect your repo
From Settings → Integrations, click Install GitHub App. You’ll be redirected to GitHub to choose which repos BuildPixel can see. After install, you bounce back to BuildPixel and the connection is wired up.3. Map your project
Click New project in the dashboard sidebar. Pick the repo from the list. BuildPixel reads your.uproject and detects:
- Path to your
.uproject(auto-walks up to depth 3) - Engine version (from
EngineAssociation) - Modules and plugins
4. Add a build setting
A build setting describes what to build (platform + build type), where from (branch), and when (manual / push / scheduled).(platform, buildType) combo.
5. Hit Build
Click Build now on the build setting. The dashboard navigates to the build’s detail page where you’ll see:- Status:
pending→running→complete(orfailed) - Live duration: ticking up while the build runs
- Terminal view: streaming
LogCook/LogInitoutput, line-by-line, in real time
6. Ship it
Once status flips tocomplete, you have two paths:
Download
Click the Download button to grab the artifact tarball. Extract, run, done.
Push to StreamPixel
Configure
autoDeploy with your StreamPixel runtime URL and skip the download — every successful build lands straight in your streaming runtime.What’s next
Set up push triggers
Have BuildPixel build automatically on every push to
main.Schedule builds
Nightly or weekly builds, no hands needed.
StreamPixel integration
Push to pixel streaming.
Use the API
Trigger from your own scripts or CI.