기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Unity Production Pipeline

Unity Dashboard

Unity Automation

Unity Editor

Unity Studio

Open Unity Dashboard

Unity Production Pipeline

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Unity Production Pipeline
  • Unity Production Pipeline architecture
  • Getting started
  • Pipeline APIs
  • Local tools
    • Unity CLI
    • Unity Pipeline package
    • Compare the tools
  • Unity Production Pipeline web
  1. Unity Production Pipeline (beta)
  2. Local tools and Unity CLI

Unity Pipeline package

Control the Unity Editor remotely through a local HTTP API to automate builds, tests, and development workflows.
읽는 시간 2분
최근 업데이트: 한 달 전

Use the Unity Pipeline package to control the Unity Editor remotely through a local HTTP API. Use it to integrate the Unity Editor with CI/CD pipelines, automate testing and development workflows, and execute custom commands from the Unity CLI.

Prerequisites

Before you start, make sure you meet the following prerequisite:
  • Install the Unity Editor version 6.0 or later
  • Install the Unity CLI

Install Unity Pipeline package

To install the Unity Pipeline package:
  1. Close and reopen your terminal after you install the Unity CLI.
  2. Open your project in the Unity Editor.
  3. Open a Terminal window (macOS) or Powershell (Windows).
  4. Run
    unity auth login
    to sign in.
  5. Run
    unity pipeline install
    to install the Unity Pipeline package and its dependencies. By default, the command targets the current directory or the running Editor instance.
  6. Return to the Unity Editor and wait for the project to recompile with the new Unity Pipeline package
  7. In the terminal, run
    unity pipeline list
    to verify the installation.
Verify that Pipeline: Installed appears, as shown in the following screenshot.
Terminal output from the unity pipeline list command, reporting one running Unity Editor instance with Pipeline: Installed and the server connected on port 7800.

Unity Pipeline package is successfully installed

Connect to a running Unity Editor

After you install the Unity Pipeline package, connect to a running Unity Editor to view the available commands.
  • To automatically discover a Unity project from the current directory, run
    unity command
    .
  • If you have more than one Unity Editor instance open, run
    unity command --project-path=<path-to-your-project>
    to connect to a specific Unity project.
You can now view the available commands.
Terminal output listing numbered Unity Editor commands such as eval and eval_file with their parameters, followed by usage syntax and examples.

Pipeline command list

Learn more about Unity Pipeline package

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

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

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

  • 보고 있는 페이지
    • Prerequisites

    • Install Unity Pipeline package

    • Connect to a running Unity Editor


이 페이지의 문제 보고