Documentation

​
​

Development

User Acquisition

Monetization

Industry

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
    • Create a pipeline
    • Run a pipeline
    • Edit a pipeline
    • Delete a pipeline
    • Pipeline parameters
    • Steps
      • Name a step
      • Configure Dependencies
      • Configure Resources
      • Configure Secrets
      • Configure Inputs
      • Change step action
      • Duplicate a step
      • Remove a step
    • Custom Scripts
  • Automations
  • Monitor jobs
  1. Unity Cloud Documentation
  2. Unity Pipeline Automation (beta)

Configure inputs

Configure static and dynamic inputs in the Inputs section.
Read time 2 minutes
Last updated a year ago

Most actions include input parameters that need configuration. Each input has a name, description, and data type. Some inputs include default values provided by the action.
Input fields can be either static or dynamic, depending on the data type and action configuration.

Dynamic fields

You can use dynamic input fields to reference values such as pipeline parameters or outputs from previous steps.
If you reference a pipeline parameter, you can allow users or automation tools to provide inputs at runtime. If you reference an output from a previous step, you can use values such as file paths or data that isn’t known in advance.
You can also enter static values, such as, text or numbers into a dynamic field. For input types, such as, String, you can combine static values and dynamic references.
To add values to a dynamic input field:
  1. Select the step in the pipeline builder.
  2. In the Step Parameters tab, select the Inputs section.
  3. Select a input field. A drop down menu appears.
  4. Choose a pipeline parameter or output from a previous step. The reference is inserted into the input.
  5. Repeat as needed.
Note
If you delete a pipeline parameter or step, you also affect any inputs that reference the deleted parameter or step.

Static fields

Some inputs are static by default, depending on their type and the action’s configuration. For example, fields with Integer, Float, or Boolean types are typically static. Some static fields also include dropdowns with predefined options.
If you want a static field to reference dynamic content like a pipeline parameter, you can switch it to a dynamic field.
To change a static field to dynamic:
  1. In the Step Parameters tab, select the Inputs section.
  2. Select the dropdown button next to the lightning icon.
  3. Select Enter a dynamic value from the menu.
The field switches to dynamic mode.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Dynamic fields

    • Static fields


Report a problem with this page