Integrations

UBuild comes with some pre-made integrations with other apps like Unity & Postman.

Unity Package

There is a Unity Package provided with UBuild that you can import directly into your project.

This package uses the UBuild API to remotely modify builds, add them to the queue and get real-time information from the UBuild app. 

You can simply import the provided .unitypackage file into Unity and you will be able to remotely access UBuild from Unity!

Be sure to check "UBuild/UBuildVariables.cs" as you can change the access token and UBuild API endpoint here.

Getting information

You can retrieve information from this package by using the "UBuild" menu item at the top of Unity.

image.png

Here you can check:

Sending information

You can send information to UBuild either by using the "UBuild" menu item at the top of Unity or by using the UBuild window.

Cancel menu

image.png

Here you can send a:

UBuild Window

image.png

image.png

image.png
Here you can:

Postman collection

Provided with UBuild is a basic postman collection including all the available UBuild API methods.  (you can read more about the API here)