文档

​
​

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
    • Organizations
    • Repositories
    • Workflows and partial replicas
    • Security
    • Dynamic workspaces (Windows)
    • File explorer
    • Code reviews
    • Branches
    • Merge conflicts
    • Mergebots
    • Xlinks
    • Smart Locks
    • Symlink Support
    • Triggers
      • Types of trigger
      • List of available triggers
      • Detailed trigger reference
      • Input communication
      • Output communication
      • Common environment variables
      • server.conf variables
      • Client side variables
      • Filters
      • Web triggers
  • Tutorials
  • On-Prem
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Types of trigger

Explore different trigger types available in Unity Version Control.
阅读时间1 分钟
最后更新于 10 个月前

Server-side triggers

Server-side triggers are the most common type of trigger. When clients perform operations such as create revisions, branches, or change workspace configurations, the server can execute user scripts before and after the operation completes.
Triggers that execute before an operation allow you to cancel an operation, depending on the result code of the triggered scripts. You can also use these triggers to perform tasks automatically, such as code beautifiers.
For more information, refer to the complete list of triggers executed on the server.

Client-side triggers

Some events that occur on the client can have associated scripts or programs.
For more information, refer to the list of supported client triggers.
You can also run triggers from the Global configuration file.
To use client-side triggers, you need to deploy the triggers. If you use the Global configuration, you can place your trigger in your 
plastic-global-config
 repository to make it available to every user. To use the Global configuration to deploy a client side trigger, you need to use
GLOBAL_CONFIG_PATH
).

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

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

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

  • 在本页上
    • Server-side triggers

    • Client-side triggers


报告此页面的问题