Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

40 lines (21 loc) · 1.21 KB

UniGitHistoryViewer

UniGitHistoryViewer is an extension to view git logs in UnityEditor.

image

Usage

You can open tracker window in Tools -> UniGitHistoryViewer. Select a file or folder from Project and click Check History. The number you enter in count is the maximum number of logs.

Displayed information

  • date
  • author
  • commit message
  • (commit hash)

The C on the left is a button that copies the commit hash to the clipboard.

UPM Package

Install via git URL

After Unity 2019.3.4f1, Unity 2020.1a21, that support path query parameter of git package. You can add https://github.com/baobao/UniGitHistoryViewer.git?path=Assets/UniGitHistoryViewer to Package Manager

image

image

or add "info.shibuya24.uni-git-history-viewer":"https://github.com/baobao/UniGitHistoryViewer.git?path=Assets/UniGitHistoryViewer" to Packages/manifest.json.

License

This library is under the MIT License.