기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Unity Hub

Download Unity Hub

Unity Hub

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Unity Hub
  • Introduction to Unity Hub
  • Install the Hub
  • Download and manage Unity Editor installations
  • Projects overview
  • Templates overview
  • Command Line Interface overview
    • Hub CLI
      • Use the Hub CLI
      • Hub CLI reference
  • Manage licenses
  • Deeplinking support for local projects
  • Hub UI reference
  1. Unity Hub

Use the Hub CLI

Install and manage Unity Editors and modules from the terminal with the Hub Command line interface (CLI) in headless mode.
읽는 시간 4분
최근 업데이트: 2달 전

참고
This feature is experimental. The CLI might not include every feature available in the Hub UI.
Use the Hub command line interface (CLI) to install Unity Editors, add modules, and manage Editor installations from a terminal. The Hub CLI is part of the Unity Hub desktop application and runs in headless mode.
For command options, flags, and module IDs, refer to Hub CLI reference.

Prerequisites

Before you use the Hub CLI perform the following steps:
  1. Download and install the Hub.
  2. Locate the Hub executable on your machine:
    • macOS:
      /Applications/Unity Hub.app/Contents/MacOS/Unity Hub
    • Windows:
      C:\Program Files\Unity Hub\Unity Hub.exe
      (or your install location)
    • Linux: path to your
      Unity Hub.AppImage
      or installed binary

Run the Hub CLI

Send headless commands to the Hub executable from your terminal.
  • On Windows and macOS, place
    -- --headless
    before the command.
  • On Linux, place
    --headless
    before the command.
The following examples replace the Hub executable path with the path on your machine.

Display help

To list available CLI commands and flags:
  1. Open a terminal.
  2. Run the help command for your operating system.
/Applications/Unity\ Hub.app/Contents/MacOS/Unity\ Hub -- --headless help

List available and installed Editors

To list available releases or installed Editors:
  1. Open a terminal.
  2. Run the
    editors
    command with the scope you need (
    -r
    for releases,
    -i
    for installed, or
    -a
    for both). For all options, refer to Manage Editors.
/Applications/Unity\ Hub.app/Contents/MacOS/Unity\ Hub -- --headless editors -r

Set or get the Editor install path

To set or get the path where Unity Editors are installed:
  1. Open a terminal.
  2. Run
    install-path
    with
    -s
    and a path to set the install location, or
    -g
    to show the current path. If you omit options, the command uses
    get
    . For all options, refer to Set/Get install path.
/Applications/Unity\ Hub.app/Contents/MacOS/Unity\ Hub -- --headless install-path -s /Applications/Unity/Hub/Editor/

Install a Unity Editor

To install a new Editor from the releases list or archive:
  1. Open a terminal.
  2. Run the
    install
    command with
    --version
    and the Editor version. Add
    --changeset
    if the version is not in the release list (check with
    editors -r
    ). For all options, refer to Install Unity Editors.
/Applications/Unity\ Hub.app/Contents/MacOS/Unity\ Hub -- --headless install --version 6000.3.7f1 --changeset 9b001d489a54

Install modules on an installed Editor

To add modules to an Editor you installed through the Hub:
  1. Open a terminal.
  2. Run
    install-modules
    with
    --version
    for the installed Editor and
    -m
    with one or more module IDs.
중요
You can only add modules to Editors you installed through the Hub. If you installed an Editor manually, reinstall it through the Hub before you add modules.
/Applications/Unity\ Hub.app/Contents/MacOS/Unity\ Hub -- --headless install-modules --version 6000.3.7f1 -m ios android

Install an Editor with modules

To install a new Editor and modules in one command:
  1. Open a terminal.
  2. Run the
    install
    command with
    --version
    and
    --module
    (or
    -m
    ) followed by one or more module IDs from Hub CLI reference.
/Applications/Unity\ Hub.app/Contents/MacOS/Unity\ Hub -- --headless install --version 6000.3.7f1 --module android android-sdk-ndk-tools android-open-jdk

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

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

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

  • 보고 있는 페이지
    • Prerequisites

    • Run the Hub CLI

    • Display help

    • List available and installed Editors

    • Set or get the Editor install path

    • Install a Unity Editor

    • Install modules on an installed Editor

    • Install an Editor with modules

  • 추가 리소스
  • Hub CLI reference
  • Command Line Interface overview
  • Unity CLI reference
  • Download and manage Unity Editor installations
  • Add modules to a Unity Editor installation

이 페이지의 문제 보고