UniGitHistoryViewer is an extension to view git logs in UnityEditor.
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.
- date
- author
- commit message
- (commit hash)
The C
on the left is a button that copies the commit hash to the clipboard.
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
or add "info.shibuya24.uni-git-history-viewer":"https://github.com/baobao/UniGitHistoryViewer.git?path=Assets/UniGitHistoryViewer"
to Packages/manifest.json
.
This library is under the MIT License.