기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Unity Version Control

DevOps

On-prem

Gluon

Editor plug-in

Open Unity Dashboard

Unity Version Control

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Unity Version Control
  • Overview
  • Cloud Repositories organization update
  • Installation
  • Use UVCS with the Unity Editor
  • Unity Version Control plugins
  • Concepts
  • Tutorials
    • Migrate from Git
    • Migrate from Perforce
    • Version Control settings
    • Configure the client
      • Client configuration files
      • Use filter pattern files
      • Use value matching pattern files
      • Globally configure the branch explorer
      • Configure EOL conversion
      • Configure external tools
      • Configure syntax language
      • Configure the Open with menu
    • Version Control workflow
    • Version Control tools
  • On-Prem
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Configure external tools

Configure external tools in Unity Version Control configuration files.
읽는 시간 2분
최근 업데이트: 10달 전

Use the
externaltools.conf
file to run actions from external tools on selected objects.
If you configure actions, these actions appear in the submenu when you right-click and select Open in the following locations:
  • Controlled and private items in the Workspace Explorer tab.
  • The Pending Changes tab
  • The History view (Windows only)
The actions also appear as a new context menu item, External tools, in the following locations:
  • The Branches tab
  • The Changesets tab
  • The Labels tab
  • The History side panel (only GTK and macOS)

Create the
externaltools.conf
file

Create the
externaltools.conf
file in one of the following locations:
참고
The following locations are listed in order of precedence. For example, a configuration file in
plastic-global-config
overrides a configuration file in the
plastic4
directory.
  • In the
    plastic-global-config
    repository under
    /externaltools/externaltools.conf
    so that all clients have the same settings by default.
  • In your client installation directory.
  • In the
    plastic4
    directory:
    • Windows: under
      C:\Users\<em>user</em>\AppData\Local\plastic4
    • Linux or macOS: under
      $HOME/.plastic4

Syntax

Use the following syntax for the
externaltools.conf
file:
<objectType>[:<objectType>[...]] | <toolName> | <actionToRun> | <args>

Parameters

Parameter

Description

objectType
The name of the target object. The object can be an item, label, changeset, or branch. To combine objects, use
:
to separate them,
toolName
The name of the tool you want the context menu to display.
actionToRun
The path or environment variable:
  • pathToExecutable
    : the absolute path to the target application.
  • %PATH_TO_TOOL_EXE%
    : the name of the environment variable that contains the path to the target application.
    You don’t need to escape or protect spaces.
args
The arguments line to pass to the target application. There are three supported placeholders:
  • @object
    : replaces with the object name.
  • @repository
    : replaces with the repository of the object.
  • @wkpath
    : replaces with the current workspace path.
    If the replaced values contain blank spaces, you need to surround them with quotes.

externaltools.conf
file example

Refer to the following example of a valid
externaltools.conf
file:
item | Open with sublime | C:\Program Files\Sublime Text 3\subl.exe | "@object"label:changeset:branch | Create new code review... | /usr/bin/createcodereview | "@object@@repository" @wkpathitem | Preview with PhotoScape | %PHOTOSCAPE_PATH% | "@object"

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

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

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

  • 보고 있는 페이지
    • Create the externaltools.conf file

      • Syntax

      • Parameters

    • externaltools.conf file example


이 페이지의 문제 보고