Package your Stream
Last updated
Last updated
Ensure your project is in C++ and uses the correct Unreal Engine source version.
Verify you have the right Clang version for cross-platform compiling.
Run "SetupYOMForBuildingLocally.bat" script located in the root of your SDK (if not done already).
Before building, use these recommended settings for safe deployment:
Run in Editor: Disabled
Reboot Client: Disabled
Auto Spawn Player: Disabled
Force Authentication: Disabled
Navigate to the top bar: Platforms → Linux.
Set the Build Target to Game or Server
Click "Package Project" at the top.
When selecting a folder to build your project we recommend creating a new folder in your project folder called "Build". Choose this "Build" folder as the destination for both client and server builds.
Wait for the build process to complete. Speed may vary depending on the size of your project.
Verify that two folders, "Linux" and "Linux Server", are created inside the "Build" folder.
In Unreal Engine, go to the top bar: Tools → YOM → Package Project.
In the opened menu, select the paths to your client and server build folders.
If you used the recommended "Build" folder, paths should be automatically selected.
Click "Package Project" to create separate zip files for the client and server.
After the process completes, find a new folder called "BuildData" in your project directory.
Inside "BuildData", you'll find two zip files, one for the client and one for the server, that are ready to upload to app.yom.ooo.