기술 자료

​
​

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
      • Set up a workspace
      • Create a repository
      • Use a nodata replica
      • Create a branch
      • Modify files
      • View file history
      • Code reviews
      • Code reviews (GUI)
      • Merge changes
    • Version Control tools
  • On-Prem
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

View file history

View the history of files in your repository.
읽는 시간 2분
최근 업데이트: 10달 전

View file history in the Unity Dashboard

You can view file history in the DevOps section of the Unity Dashboard:
  1. Select Repositories and open the repository that you want.
  2. In the file explorer tab, select the context menu.
  3. Select History.

View file diffs

You can also compare changes on a branch or changeset:
  1. Select either the Branches or Changesets tab.
  2. Select the context menu for the branch or changeset.
  3. Select Compare.
  4. Select the destination branch or changeset from the dropdown menu and select Confirm.

View file history in the GUI

You can view file histories in the Unity DevOps Version Control desktop application:
  1. In the Workspace Explorer window, right-click the file you want to view.
  2. Select History.

View diffs for pending changes

The Pending Changes tab shows the changes that you have made in your workspace. To view the changes for a file before checkin, select the file. The window displays the diff. To go from one change to another, use the scroll arrows.

Diff a changeset

You can also view the diff for a specific changeset in the Branch explorer tab. To view the diff, right-click the changeset and select one of the following options:
  • Diff with previous
  • Diff with another changeset

View file history in the CLI

View logs

To show changes made on a specific changeset or range of changesets, you can use the
cm log
command. In the example below, the file
FileSystem.cs
has been both changed and moved:
>cm log cs:575Changeset number: 575Branch: /main/fix-1342Owner: pabloDate: 7/18/2015 19:41:29Comment:Changes: C code\lib\FileSystem.cs M code\lib\FileSystem.cs

View diffs

The
cm diff
command can only show changes for a specific changeset:
>cm diff cs:575C "code\lib\FileSystem.cs"M "code\FileSystem-renamed.cs" "code\lib\FileSystem.cs"

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

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

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

  • 보고 있는 페이지
    • View file history in the Unity Dashboard

      • View file diffs

    • View file history in the GUI

      • View diffs for pending changes

      • Diff a changeset

    • View file history in the CLI

      • View logs

      • View diffs


이 페이지의 문제 보고