文档

​
​

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 the Open with menu

Configure the menu options for the open with menu.
阅读时间1 分钟
最后更新于 10 个月前

Customize the tools that display in the Open with menu in the Unity DevOps Version Control application. To access the menu, right-click on a file or revision and select Open > Open with.
To customize the Open with menu, create an
openwith.conf
file in the following location:
  • On Windows: under
    C:\Users\user\AppData\Local\plastic4
    .
  • On Linux or macOS: under
    $HOME/.plastic4
    .
To define the shortcuts in the
openwith.conf
file, use the following format:
[Name|Shortcut] "Path" @arguments
注意
The shortcut that you define can override predefined shortcuts.
For a list of valid shortcuts for Windows, refer to the Microsoft shortcut reference.

Example
openwith.conf
file

[Notepad|CtrlI] "C:\Program Files (x86)\Notepad++\notepad++.exe" @file

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • Example openwith.conf file


报告此页面的问题