文档

​
​

Development

User Acquisition

Monetization

工业

Unity Cloud

Get Started

Asset Manager SDKs and services

Open Unity Dashboard

Unity Cloud

此页面不支持所选语言。
​
​
Unity Dashboard
  • Accounts
  • Organizations
  • Projects
  • Products
  • Billing
Developer Data
  • Introduction to the Developer Data Framework
  • Get started
  • View Diagnostics for your project
  • Privacy and consent
Unity Asset Manager
  • What's new
  • Asset Manager web
  • Asset Store
  • Manage Assets in the Editor
  • Unity Version Control
  • Developer documentation
Unity Pipeline Automation
  • About
  • Get started
  • Pipelines
  • Automations
    • Create a schedule-based automation
    • Create an event-based automation
    • Edit an automation
    • Delete an automation
    • Review automation
  • Monitor jobs
  1. Unity Cloud Documentation
  2. Unity Pipeline Automation (beta)
  3. Automations

Create a schedule-based automation.

Create an automation that runs a pipeline on a recurring schedule using simple intervals or custom cron expressions.
阅读时间3 分钟
最后更新于 8 个月前

A schedule-based automation triggers a pipeline at a defined interval and time of day. You can use this type of automation to automate routine workflows, such as a weekly game deployment. The time of day uses the UTC time zone.

Prerequisites

Before you start, make sure you meet the following prerequisites:
  • You have the Automation Developer role. Contact your Organization Owner to assign you the role.
  • You have a pipeline configured and ready to be automated.
To create a schedule-based automation:
  1. Go to the Automations page.
  2. Select + Create automation. The automation configuration wizard opens.
  3. Select Schedule-based automation.
  4. Select Next.
  5. Configure schedule: configure a recurring schedule, such as hourly, daily, weekly, or monthly.
  6. Select Next.
  7. Configure pipeline: choose a pipeline and configure its parameters.
  8. Select Next.
  9. Review automation: provide an automation name and assign an Automation bot.
  10. Select Create automation.
The automation is created and enabled by default. You can view your automations on the Automations page. Select your automation to expand it and view its details.
注意
Schedule-based automations can only reference static data. To reference dynamic data, use event-based automation and reference output parameters from the event.

Configure schedule

You can configure an automation to trigger a pipeline at a specific interval and time of day using one of the following methods:
  1. Schedule Form
  2. Cron Expression

1. Schedule Form

The Schedule Form is the default method for configuring a schedule-based automation. The form generates a cron expression, which appears on the right side of the dialog.
You can select one of the following intervals:
  • Hourly
  • Daily
  • Weekly
  • Monthly
Hourly
  • Configure a time offset, which is the number of minutes past the hour.
  • Optionally, configure Active hours to prevent the automation from triggering during certain times of the day. The default value is all day (00:00–23:59).
  • Optionally, configure Repeats on to restrict the days on which the automation runs. By default, the automation runs every day.
For example, Run every hour, between 09:00 AM and 05:00 PM, only on Monday, Tuesday, Wednesday, Thursday, and Friday.
**### Daily / Weekly
  • Configure Time of day to choose a specific hour and minute.
  • Optionally, configure Repeats on to restrict the days on which the automation runs. By default, the automation runs every day.
For example, at 03:00 AM, only on Monday, Wednesday, and Friday.
Monthly
  • Configure Day(s) of the month. You can select multiple dates, such as, 1 and 15.
  • Configure Time of day to select a specific hour and minute.
For example, at 03:00 AM, on day 1 and 15 of the month.

2. Cron expression

注意
This method is for advanced users who prefer using Cron expressions and need scheduling capabilities not available in the schedule form.
You can use a cron expression to run a pipeline at a custom interval.
To use a cron expression:
  1. In the Configure schedule step, select Use custom cron expression on the right side.
  2. Input a valid cron expression.
  3. Select Next.
The custom schedule is created, and the automation runs according to it.

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • Prerequisites

    • Configure schedule

      • 1. Schedule Form

      • 2. Cron expression


报告此页面的问题