Version: 2022.1
Build manifest as ScriptableObject
Cloud Build REST API

Scheduled builds

Unity Cloud BuildA continuous integration service for Unity projects that automates the process of creating builds on Unity’s servers. More info
See in Glossary
lets you configure build targets to automatically build on a schedule. To start setting up a schedule:

  1. Sign in to the to the Unity Developer website.
  2. Select DevOps > Cloud Build > Configurations.
  3. Select your build target.
  4. Click Edit.
  5. On the Basic settings tab, under Scheduling, enable Auto-build.

When you’ve enabled Auto-build on a build target, you can configure a build schedule: * A repeat cycle (Once, Daily, Weekly, Monthly, or Yearly) * Date and time for the build * Whether or not the scheduled build should use caching

Scheduled builds
Scheduled builds

Once set up, Cloud Build automatically starts a build for your build target at the specified date and time, and repeats as often as you specified. To disable a schedule, disable Auto-build.

There is no limit to the number of schedules you can create for a project, but you can only set up one schedule for each build target. To create multiple schedules for a project, you’ll need to create additional build targets.

Build manifest as ScriptableObject
Cloud Build REST API