Advanced Search
Search Results
50 total results found
Basic Usage
The steps below show the process of queuing a build within the UBuild user interface. Before following the steps below, ensure you have first created your own UBuild Project. (see more here) UBuild will remain running when you "close" the main UI window so i...
Basic Usage
Welcome to the UBuild API, a remote interaction service within the UBuild tool. This API allows you to interact with the UBuild application via API endpoints. The UBuild API can be configured to work locally (within a LAN) or can be port-forwarded to be acces...
Retrieving Information
Using the UBuild API you can retrieve information using the HTTP GET method. Methods Below are the endpoints you can use to retrieve information from UBuild: /queue Get all the currently queued builds.Accepts: Query/Params "token" - The user's access...
Sending Information
You can send information to the UBuild API to add builds to the queue, cancel builds and if needed; you can even shut down UBuild. Methods Below are the endpoints you can use to retrieve information from UBuild: /queue/add Add a build to the queue.Accepts:...
Licensing Service
UBuild makes use of this service to authenticate and communicate License information between our database and the UBuild app. This service is a RESTful API which is secured using a unique token and a 24-character-long, session-locked and private password. Even...
Emailing Service
UBuild offers an emailing service to Commercial License holders, this service allows license holders to avoid setting up/using their own emailing service to send UBuild notifications by letting us do the sending for you! Instead of having to configure each pr...
Op Plan
You can plan an operation on our Discord server by following the steps below: Use the /op plan command in any of our Discord channels. Give your operation a cool name! Fill out some more information about your operation. Operation Description...
Op Now
You can plan an operation for right now on our Discord server by following the steps below: Use the /op now command in any of our Discord channels What server is your operation on? This must be a whitelisted server (ie: Public Zeus server, Officia...
End-User License Agreement
UBuild is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. This UBuild is licensed, not sold. End User License Agreement This End User License Agreement ("EULA") is a legal agreement ...
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 prov...
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)