기술 자료

​
​

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
    • Version Control workflow
    • Version Control tools
      • Enable dynamic workspaces (Windows)
      • Create a label
      • Create an attribute
      • Create a mergebot
      • Use Smart Locks
      • Use Xlinks
      • Use Unity Samples
      • Use triggers
        • Create your first trigger
        • Trigger checkin samples
        • Verify label creation
        • Update files before checkout
        • Example triggers
        • Create a Slack web trigger
        • Create a Discord web trigger
      • Transfer project to a different organization
  • On-Prem
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Create a Discord web trigger

Set up Discord webtriggers for automated actions in Unity Version Control.
읽는 시간 1분
최근 업데이트: 10달 전

You can create a web trigger to connect Unity Version Control with Discord to receive notifications. The notification includes the information available to the specific trigger that you use.

Create a Discord Webhook

First, you need to choose which channel you want to receive notifications:
  1. Right-click on the channel and select Edit channel > Integrations.
  2. Select Create Webhook.
  3. Select the webhook that appears to expand it. You can change the name and channel if you need to.
  4. Select Copy Webhook URL.

Create the UVCS Webtrigger

You can then use the Discord Webhook URL to set up a webtrigger. For a complete list of the types of triggers you can use, refer to this list of triggers.
You need to use the
webtrigger-discord
string (instead of
webtrigger
) before the script path, followed by the Discord webhook:
webtrigger-discord https://discordapp.com/api/webhooks/${channelId}/${token}

Example Discord web triggers

This example uses an
after-ci
so that you get a notification when someone runs a check in operation:
> cm trigger make after-ci NotifyTeam-Ci "webtrigger-discord https://discord.com/api/webhooks/<channelId>/<token>" --server=localhost:8787
The following example uses an
after-mkbranch
trigger so that you get a notification when anyone creates a new branch:
> cm trigger make after-mkbranch NotifyTeam-Branch "webtrigger-discord https://discord.com/api/webhooks/<channelId>/<token>" --server=localhost:8787

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

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

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

  • 보고 있는 페이지
    • Create a Discord Webhook

    • Create the UVCS Webtrigger

      • Example Discord web triggers


이 페이지의 문제 보고