This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
## DESCRIPTION: | |
## This script is an utility that simplifies the UE-diff-tool usage via git. | |
## | |
## HOW IT WORKS: | |
## Git provides the possibility to use thirdparty tools to DIFF and MERGE the files. | |
## Unreal provides both tools for the binary `.uasset`. | |
## By following the SETUP section, you will be able to use the `git difftool -t UE_Diff` |