기술 자료

​
​

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

Compare the Unity CLI and Unity Pipeline package

Learn how the Unity CLI and Unity Pipeline work together, and which tool you need to automate workflows in a running Unity Editor.
읽는 시간 2분
최근 업데이트: 21일 전

The Unity CLI is a standalone command-line tool that Unity Hub installs automatically. You can also install it manually on your machine. The Unity CLI manages Unity Editors and modules, opens projects, and automates Unity workflows. You can also use the CLI to install the Unity Pipeline package in your project.
The Unity Pipeline package works with the Unity CLI so you interact with a running Unity Editor. After you install the package, the CLI can connect to the Editor and execute commands in the Editor context. The CLI and Pipeline package serve different purposes, but you use them together to automate workflows in a running Unity project. For a detailed comparison, refer to the following table:

Category

Unity CLI

Unity Pipeline package

TypeA standalone command-line tool.A Unity package that you install with the Unity CLI.
InstallationAutomatically installed with Unity Hub, or install it manually on your machine independently of any Unity project.Install in your Unity project using the Unity CLI.
PurposeUse it to manage Editors and modules, open projects, and automate Unity workflows.Use it to run an in-Editor HTTP server that the CLI connects to, so you can run commands in the Editor context.
UsageRun commands in a terminal, or let an AI agent run them for you.Run commands in the Editor through the CLI.
ExtensibilityInstall packages such as Unity Pipeline to add new commands.Define your own commands in C# with the package's command framework. Use
eval
for workflows that don't have a dedicated command. Repeated
eval
usage can help identify workflows that should become first-class commands.
ExamplesUse
unity install
to install a Unity Editor,
unity open
to open a project, or
unity build
to build a project.
Use
unity command
with Pipeline commands such as
create_scene
,
create_gameobject
, or
set_transform
to create and modify content in a running Editor.

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

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

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


    이 페이지의 문제 보고