기술 자료

​
​

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
    • Create a pipeline
    • Run a pipeline
    • Edit a pipeline
    • Delete a pipeline
    • Pipeline parameters
    • Steps
    • Custom Scripts
      • Use Custom Scripts
      • System parameters
      • Reference parameters
      • Coding patterns
  • Automations
  • Monitor jobs
  1. Unity Cloud Documentation
  2. Unity Pipeline Automation (beta)
  3. Custom Scripts (beta)

Reference parameters

Learn how to reference pipeline and output parameters.
읽는 시간 1분
최근 업데이트: 10달 전

Unity Pipeline Automation has a syntax template to reference various types of parameters used within a pipeline. These parameters are accessible to your custom code either through command line arguments or directly through the script input.

Parameter Name

Syntax

Syntax Example

Supported Type

Description

Pipeline parameters
{{inputParameters.<parameterName>}}
{{inputParameters.message}}
Boolean, Float, Integer, Script (string), Text (string), Url (string), UUID (string)Reference pipeline parameters in scripts.
{{inputs.parameters}}
[{'name': 'message', 'default': 'Hello world', 'value': 'Hello world', 'description': 'A custom message to display in the log'}]
Boolean, Float, Integer, Script (string), Text (string), Url (string), UUID (string)Reference all pipeline parameters and their metadata. If there are no pipeline parameters, this evaluates to null.
Step input parametersN/AN/AN/AA pipeline cannot reference step input parameters.
Step output parameters
{{steps.<stepId>.outputParameters.<parameterName>}}
{{steps.create-asset-323da5cc.outputParameters.assetId}}
Boolean, Float, Integer, StringReference output parameters from previously executed steps.
Secrets parameter
{{secrets.<secretName>}}
{{secrets.token}}
StringReference pipeline secrets, which are sensitive information such as an API token. This evaluates to the string value of the secret stored in Unity’s Secret Manager service.
경고
Don't log the values of secrets as this can create security risks.

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.


    이 페이지의 문제 보고