Version: 2022.1
言語: 日本語
ScriptableObject としてのビルドマニフェスト
Cloud Build REST API

ビルドのスケジュール

Unity Cloud Build lets you configure build targets to automatically build on a schedule. To set 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: * 繰り返しのサイクル (1回のみ、毎日、毎週、毎月、毎年) * ビルドを行う日付と時刻 * スケジュールされたビルドでキャッシュを使用するかどうか

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.

1 つのプロジェクトに作成できるスケジュールの数に制限はありませんが、各ビルドターゲットに対して 1 つのスケジュールしか設定できません。1 つのプロジェクトに複数のスケジュールを作成するには、ビルドターゲットを追加で作成する必要があります。

ScriptableObject としてのビルドマニフェスト
Cloud Build REST API